mirror of
https://github.com/theoleuthardt/DinoGame.git
synced 2026-06-13 09:27:57 +00:00
7 lines
81 B
C++
7 lines
81 B
C++
#include "Game.hpp"
|
|
|
|
int main() {
|
|
Game game;
|
|
game.Run();
|
|
return 0;
|
|
}
|