diff options
Diffstat (limited to 'source/cChatColor.h')
-rw-r--r-- | source/cChatColor.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/cChatColor.h b/source/cChatColor.h index 217a0afc3..867a8e6ba 100644 --- a/source/cChatColor.h +++ b/source/cChatColor.h @@ -1,6 +1,9 @@ +
#pragma once
-#include <string>
+
+
+
// tolua_begin
class cChatColor
@@ -25,6 +28,7 @@ public: static const std::string LightPurple;
static const std::string Yellow;
static const std::string White;
+ static const std::string Funky;
static const std::string MakeColor( char a_Color );
};
|