]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/markup.qh
Remove client and menu sys-post and sys-pre
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / markup.qh
index 331e2a5d7076b2615e81944df613e57604ec9c99..e6ac7cfbd3c810eb6e0aa5f40ba3095b567da606 100644 (file)
@@ -1,9 +1,15 @@
-// =========================================================
-//  Markup chat characters command code, reworked by Samual
+#ifndef MARKUP_H
+#define MARKUP_H
+
+// ==========================================================
+//  Declarations for markup command code, reworked by Samual
 //  Last updated: December 28th, 2011
-// =========================================================
+// ==========================================================
 
-#define 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