mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
17 lines
294 B
C++
17 lines
294 B
C++
#include "../../include/night.h"
|
|
namespace night
|
|
{
|
|
|
|
namespace str
|
|
{
|
|
void get_token(std::string const&, int)
|
|
{
|
|
|
|
}
|
|
bool path_combine(std::string const&, std::string const&, std::string&)
|
|
{
|
|
|
|
}
|
|
} // namespace str
|
|
} // namespace night
|