]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/shared_defs.qh
Remove includes from most headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / shared_defs.qh
index 777608b880bdfcf765114635561ee7cdf31a06ce..e7edd3543663d24a17174183d711c4bf1093c61f 100644 (file)
@@ -1,8 +1,12 @@
+#ifndef SHARED_DEFS_H
+#define SHARED_DEFS_H
+
 // =========================================================
 //  Shared declarations for all commands, written by Samual
 //  Last updated: December 13th, 2011
 // =========================================================
 
 // identifiers for subfunction requests by the command code structure
-#define CMD_REQUEST_COMMAND 1
-#define CMD_REQUEST_USAGE 2
+const int CMD_REQUEST_COMMAND = 1;
+const int CMD_REQUEST_USAGE = 2;
+#endif
\ No newline at end of file