diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-12-24 11:24:08 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-12-24 11:24:08 +0100 |
commit | b397dc438b3f6b908b688e2699f5b9293db66f8a (patch) | |
tree | ff2111c8fddcbfd248d36c798635461ed8733e9a /src/ChatColor.h | |
parent | Update as per xoft's instructions. (diff) | |
download | cuberite-b397dc438b3f6b908b688e2699f5b9293db66f8a.tar cuberite-b397dc438b3f6b908b688e2699f5b9293db66f8a.tar.gz cuberite-b397dc438b3f6b908b688e2699f5b9293db66f8a.tar.bz2 cuberite-b397dc438b3f6b908b688e2699f5b9293db66f8a.tar.lz cuberite-b397dc438b3f6b908b688e2699f5b9293db66f8a.tar.xz cuberite-b397dc438b3f6b908b688e2699f5b9293db66f8a.tar.zst cuberite-b397dc438b3f6b908b688e2699f5b9293db66f8a.zip |
Diffstat (limited to 'src/ChatColor.h')
-rw-r--r-- | src/ChatColor.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ChatColor.h b/src/ChatColor.h index 85b10f400..e2a9044f3 100644 --- a/src/ChatColor.h +++ b/src/ChatColor.h @@ -29,15 +29,15 @@ public: static const std::string Yellow; static const std::string White; - // Styles ( source: http://wiki.vg/Chat ) - static const std::string Random; - static const std::string Bold; - static const std::string Strikethrough; - static const std::string Underlined; - static const std::string Italic; - static const std::string Plain; - - static const std::string MakeColor( char a_Color ); + // Styles ( source: http://wiki.vg/Chat ) + static const std::string Random; + static const std::string Bold; + static const std::string Strikethrough; + static const std::string Underlined; + static const std::string Italic; + static const std::string Plain; + + static const std::string MakeColor( const AString & a_Color ); }; // tolua_end |