00001 /* 00002 * File: tagstring.h 00003 * Summary: Code related to tagged strings. 00004 */ 00005 00006 #ifndef TAGSTRING_H 00007 #define TAGSTRING_H 00008 00009 std::string colour_string(std::string in, int col); 00010 00011 #endif