]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/controlpoint.qh
Merge branch 'terencehill/hide_motd' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / controlpoint.qh
index e489f90ac2e021c5415f23116dcd99c8cc9f9f69..d76f0ea069998ecc00bb61ed2c593a18f9c1db91 100644 (file)
@@ -1,5 +1,10 @@
+#ifndef CONTROLPOINT_H
+#define CONTROLPOINT_H
+
 const vector CPICON_MIN = '-32 -32 -9';
 const vector CPICON_MAX = '32 32 25';
 
-float CPSF_STATUS = 4;
-float CPSF_SETUP = 8;
+const int CPSF_STATUS = 4;
+const int CPSF_SETUP = 8;
+
+#endif