完成资源管理模块

This commit is contained in:
Ziyu
2025-06-16 14:44:47 +08:00
parent d2eb4a625d
commit 8e62837bbb
12 changed files with 777 additions and 18 deletions
+3
View File
@@ -1,6 +1,9 @@
#include "engine/core/game_app.h"
#include <spdlog/spdlog.h>
int main(int /* argc */, char* /* argv */[]) {
spdlog::set_level(spdlog::level::debug);
engine::core::GameApp app;
app.run();
return 0;