DinoGame/src/main.cpp

7 lines
81 B
C++

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