]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
compute sorted surface list at load of each model - this tripled
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index 88b3d5a11f1e8f5c850cb4f854f875b54d107fb0..f2c9f7a8810251bb62c4f68e0585674831ef4eb6 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -110,6 +110,8 @@ extern dp_font_t dp_fonts[MAX_FONTS];
 #define STRING_COLOR_TAG                       '^'
 #define STRING_COLOR_DEFAULT           7
 #define STRING_COLOR_DEFAULT_STR       "^7"
+#define STRING_COLOR_RGB_TAG_CHAR      'x'
+#define STRING_COLOR_RGB_TAG           "^x"
 
 // all of these functions will set r_defdef.draw2dstage if not in 2D rendering mode (and of course prepare for 2D rendering in that case)