]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/controlpoint.qh
Draw: purge SELFPARAM
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / controlpoint.qh
index 8469b5226fc36ef3f0efc15310c9732b0f654552..31485519d4eefee415115cd3098d03fc80d821cd 100644 (file)
@@ -7,7 +7,6 @@ const vector CPICON_MAX = '32 32 25';
 const int CPSF_STATUS = 4;
 const int CPSF_SETUP = 8;
 
-void ent_cpicon();
-void cpicon_precache();
+void ent_cpicon(entity this);
 
 #endif