pacman/src/main.cpp

8 lines
83 B
C++

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