#include "Game.hpp" int main(int, char**) { Game game; game.run(); return 0; }