完成资源管理模块
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user