#ifndef GAMETYPE_H #define GAMETYPE_H enum GameType { GAME_UNKNOWN, GAME_TICTACTOE, GAME_REVERSI }; #endif //GAMETYPE_H