]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/controlpoint.qh
It begins
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / controlpoint.qh
index a2ce395917ae7561f4482c36bac921250780b1f8..5f2e89b4d7a33e93b350a005c44b855a587f6ce3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef CONTROLPOINT_H
-#define CONTROLPOINT_H
+#ifndef CLIENT_CONTROLPOINT_H
+#define CLIENT_CONTROLPOINT_H
 
 const vector CPICON_MIN = '-32 -32 -9';
 const vector CPICON_MAX = '32 32 25';
@@ -7,6 +7,6 @@ const vector CPICON_MAX = '32 32 25';
 const int CPSF_STATUS = 4;
 const int CPSF_SETUP = 8;
 
-void ent_cpicon();
+void ent_cpicon(entity this);
 
 #endif