X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=cl_screen.h;h=79fb54f1cd3b02c68228076ec1831e8874854c5e;hb=d7c8e095ca0978a891cb5956c011f8def21a19b6;hp=d9530c1eb8026422a8f405d77849ea6b0081efd1;hpb=5deb3054efec963265e40b9155ac6af3149a763a;p=xonotic%2Fdarkplaces.git diff --git a/cl_screen.h b/cl_screen.h index d9530c1e..79fb54f1 100644 --- a/cl_screen.h +++ b/cl_screen.h @@ -41,6 +41,11 @@ DRAWFLAG_2XMODULATE, DRAWFLAG_NUMFLAGS }; +// shared color tag printing constants +#define STRING_COLOR_TAG '^' +#define STRING_COLOR_DEFAULT 7 +#define STRING_COLOR_DEFAULT_STR "^7" + // clear the draw queue void DrawQ_Clear(void); // draw an image