9 lines
144 B
C++
9 lines
144 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <string>
|
||
|
|
|
||
|
|
namespace traffic
|
||
|
|
{
|
||
|
|
bool GenerateTrafficKeysFromDataFile(std::string const & mwmPath);
|
||
|
|
} // namespace traffic
|