10 lines
156 B
C++
10 lines
156 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <string>
|
||
|
|
|
||
|
|
namespace storage
|
||
|
|
{
|
||
|
|
extern std::string const kMapTestDir;
|
||
|
|
extern std::string const kTestWebServer;
|
||
|
|
} // namespace storage
|