#include "core/Core.hpp" #include "gamestate/Game.hpp" INITIALIZE_EASYLOGGINGPP int main(){ Game game; game.Exec(); }