This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
frostbite/snowlib/GameType.h
2021-03-17 18:19:20 +00:00

13 lines
142 B
C

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