#include "engine/core/game_app.h"
int main(int /* argc */, char* /* argv */[]) {
engine::core::GameApp app;
app.run();
return 0;
}