]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - 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
index 4193691b54c9b2009007549d6b885099a9463e82..bccc78d0bcd3537d43c4aaa1c91410d47fad7a26 100644 (file)
@@ -1,9 +1,15 @@
+#ifndef COMMAND_MARKUP_H
+#define COMMAND_MARKUP_H
+
 // ==========================================================
 //  Declarations for markup command code, reworked by Samual
 //  Last updated: December 28th, 2011
 // ==========================================================
 
-const float NUM_MARKUPS = 41;
-float markup_init;
+const int NUM_MARKUPS = 41;
+bool markup_init;
 string markup_from[NUM_MARKUPS];
 string markup_to[NUM_MARKUPS];
+
+string GenericCommand_markup(string s2);
+#endif