#include "GameState.h" int main() { GameState newGame; newGame.startNewGame(); }