snakeplusplus/src/main.cpp

9 lines
106 B
C++
Executable File

#include "gamestate.hpp"
int main(void)
{
GameEngine game;
game.Start();
return 0;
}