#include "Game.hpp" int main() { Game game; game.MainLoop(); return 0; }