summaryrefslogtreecommitdiffstats
path: root/src/Defines.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-06-03 09:49:28 +0200
committerMattes D <github@xoft.cz>2015-06-03 09:49:28 +0200
commit1f2c9b226ca9287237d4489e08419076f4a87620 (patch)
treef5e5b669b0f8c3fe98b39133c5772df2db6ad5c0 /src/Defines.h
parentMerge pull request #2190 from mc-server/CrashDumpArgs (diff)
parentAdded system and above action bar chat messages (diff)
downloadcuberite-1f2c9b226ca9287237d4489e08419076f4a87620.tar
cuberite-1f2c9b226ca9287237d4489e08419076f4a87620.tar.gz
cuberite-1f2c9b226ca9287237d4489e08419076f4a87620.tar.bz2
cuberite-1f2c9b226ca9287237d4489e08419076f4a87620.tar.lz
cuberite-1f2c9b226ca9287237d4489e08419076f4a87620.tar.xz
cuberite-1f2c9b226ca9287237d4489e08419076f4a87620.tar.zst
cuberite-1f2c9b226ca9287237d4489e08419076f4a87620.zip
Diffstat (limited to 'src/Defines.h')
-rw-r--r--src/Defines.h11
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,