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