diff options
Diffstat (limited to '')
-rw-r--r-- | src/Defines.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Defines.h b/src/Defines.h index 4005c84dd..b167f69e3 100644 --- a/src/Defines.h +++ b/src/Defines.h @@ -133,6 +133,17 @@ enum eGameMode +enum eChatType +{ + ctChatBox = 0, + ctSystem = 1, + ctAboveActionBar = 2, +} ; + + + + + enum eWeather { eWeather_Sunny = 0, |