Updated MakeColour's defenition in the header.
This commit is contained in:
parent
085008ff8c
commit
b397dc438b
@ -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;
|
||||
// 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 );
|
||||
static const std::string MakeColor( const AString & a_Color );
|
||||
};
|
||||
|
||||
// tolua_end
|
||||
|
Loading…
Reference in New Issue
Block a user