pacman/src/main.cpp
2021-07-05 14:10:01 +02:00

8 lines
83 B
C++

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