]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/command/markup.qh
Merge remote-tracking branch 'origin/master' into terencehill/menu_remove_tab_title
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / markup.qh
1 #ifndef COMMAND_MARKUP_H
2 #define COMMAND_MARKUP_H
3
4 // ==========================================================
5 //  Declarations for markup command code, reworked by Samual
6 //  Last updated: December 28th, 2011
7 // ==========================================================
8
9 const int NUM_MARKUPS = 41;
10 bool markup_init;
11 string markup_from[NUM_MARKUPS];
12 string markup_to[NUM_MARKUPS];
13
14 string GenericCommand_markup(string s2);
15 #endif