Created
December 19, 2010 08:12
-
-
Save deoxxa/747199 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define MC_COLOR_BLACK std::string("§0") | |
#define MC_COLOR_DARK_BLUE std::string("§1") | |
#define MC_COLOR_DARK_GREEN std::string("§2") | |
#define MC_COLOR_DARK_CYAN std::string("§3") | |
#define MC_COLOR_DARK_RED std::string("§4") | |
#define MC_COLOR_DARK_MAGENTA std::string("§5") | |
#define MC_COLOR_DARK_ORANGE std::string("§6") | |
#define MC_COLOR_GREY std::string("§7") | |
#define MC_COLOR_DARK_GREY std::string("§8") | |
#define MC_COLOR_BLUE std::string("§9") | |
#define MC_COLOR_GREEN std::string("§a") | |
#define MC_COLOR_CYAN std::string("§b") | |
#define MC_COLOR_RED std::string("§c") | |
#define MC_COLOR_MAGENTA std::string("§d") | |
#define MC_COLOR_YELLOW std::string("§e") | |
#define MC_COLOR_WHITE std::string("§f") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment