8 lines
75 B
C++
8 lines
75 B
C++
|
#include "gamestate.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
GameState game;
|
||
|
game.run();
|
||
|
}
|