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
+2 -2
View File
@@ -5,7 +5,7 @@
#include <string>
#include <vector>
namespace openceg {
namespace boundard {
struct WindowConfig {
int width = 800;
@@ -51,4 +51,4 @@ class ConfigLoader {
std::string last_error_;
};
} // namespace openceg
} // namespace boundard