diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-12-24 16:55:15 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-12-24 16:55:15 +0100 |
commit | f2d2b4fecbb09150332d390412e55161e247b89b (patch) | |
tree | 85c19a2161f493efce0efee36f7f7569b644a143 /src/ChatColor.h | |
parent | Merge pull request #466 from Sxw1212/master (diff) | |
parent | removed the function def also (diff) | |
download | cuberite-f2d2b4fecbb09150332d390412e55161e247b89b.tar cuberite-f2d2b4fecbb09150332d390412e55161e247b89b.tar.gz cuberite-f2d2b4fecbb09150332d390412e55161e247b89b.tar.bz2 cuberite-f2d2b4fecbb09150332d390412e55161e247b89b.tar.lz cuberite-f2d2b4fecbb09150332d390412e55161e247b89b.tar.xz cuberite-f2d2b4fecbb09150332d390412e55161e247b89b.tar.zst cuberite-f2d2b4fecbb09150332d390412e55161e247b89b.zip |
Diffstat (limited to 'src/ChatColor.h')
-rw-r--r-- | src/ChatColor.h | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/ChatColor.h b/src/ChatColor.h index 85b10f400..643c4d5d8 100644 --- a/src/ChatColor.h +++ b/src/ChatColor.h @@ -29,15 +29,14 @@ 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; + }; // tolua_end |