]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/shared_defs.qh
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / shared_defs.qh
index f06ee3239d67f3ddfccd7ad32545027a3addebf0..169b0f661ea48defeb342eae47058a3f22716ec3 100644 (file)
@@ -4,5 +4,5 @@
 // =========================================================
 
 // identifiers for subfunction requests by the command code structure
-#define CMD_REQUEST_COMMAND 1
-#define CMD_REQUEST_USAGE 2
\ No newline at end of file
+const int CMD_REQUEST_COMMAND = 1;
+const int CMD_REQUEST_USAGE = 2;
\ No newline at end of file