snakeplusplus/src/main.cpp

8 lines
88 B
C++
Raw Normal View History

#include "gamestate.h"
int main()
{
2023-03-12 08:50:50 -05:00
GameState game;
game.StartGame();
}