Renamed
This commit is contained in:
+3
-3
@@ -7,9 +7,9 @@
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
|
||||
#include <openceg.hpp>
|
||||
#include <boundard.hpp>
|
||||
|
||||
namespace openceg {
|
||||
namespace boundard {
|
||||
|
||||
int run_engine(int argc, char** argv, const char* default_config_path) {
|
||||
std::string config_path = default_config_path != nullptr ? default_config_path : "config.ceg";
|
||||
@@ -114,4 +114,4 @@ int run_engine(int argc, char** argv, const char* default_config_path) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
} // namespace openceg
|
||||
} // namespace boundard
|
||||
|
||||
Reference in New Issue
Block a user