#pragma once #include namespace traffic { bool GenerateTrafficKeysFromDataFile(std::string const & mwmPath); } // namespace traffic