]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/anticheat.qh
weapons: fix being able to switch to no weapon
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / anticheat.qh
index e46dcce7b2051a8af3e8e847975d76e41b5079f3..9d2aa94050b0af16e39de8cabbf64493117afe30 100644 (file)
@@ -1,8 +1,11 @@
+#ifndef ANTICHEAT_H
+#define ANTICHEAT_H
+
 void anticheat_init();
 void anticheat_report();
 void anticheat_shutdown();
 
-void anticheat_physics();
+void anticheat_physics(entity this);
 void anticheat_spectatecopy(entity spectatee);
 void anticheat_prethink();
 
@@ -12,3 +15,4 @@ void anticheat_startframe();
 void anticheat_endframe();
 
 void anticheat_fixangle();
+#endif