This commit is contained in:
wcjbr
2026-08-16 13:34:42 +08:00
parent d36fd6d2ee
commit 07aeced2e4
17 changed files with 40 additions and 40 deletions
+3 -3
View File
@@ -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