sliding-puzzle/main.cpp

8 lines
75 B
C++

#include "gamestate.h"
int main()
{
GameState game;
game.run();
}