]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/command/markup.qh
331e2a5d7076b2615e81944df613e57604ec9c99
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / markup.qh
1 // =========================================================
2 //  Markup chat characters command code, reworked by Samual
3 //  Last updated: December 28th, 2011
4 // =========================================================
5
6 #define NUM_MARKUPS     41
7 float markup_init;
8 string markup_from[NUM_MARKUPS];
9 string markup_to[NUM_MARKUPS];