mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
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
|