#ifndef GAMETYPE_H_ #define GAMETYPE_H_ enum GameType { DARK_ALLIANCE, CHAMPIONS_RTA }; #endif // GAMETYPE_H_