]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/anticheat.qh
It should be safe to remove this safety check
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / anticheat.qh
index 80c7636a0b6852a86d1b35d36e84ff87e2e15f5f..5e6599b7e01730b7ce82a2948d0fb951e790a7eb 100644 (file)
@@ -1,9 +1,18 @@
-void anticheat_init();
+#ifndef ANTICHEAT_H
+#define ANTICHEAT_H
+
+void anticheat_init(entity this);
 void anticheat_report();
 void anticheat_shutdown();
 
-void anticheat_physics();
+void anticheat_physics(entity this);
 void anticheat_spectatecopy(entity spectatee);
 void anticheat_prethink();
 
-void anticheat_serverframe();
+float anticheat_getvalue(string name);
+
+void anticheat_startframe();
+void anticheat_endframe();
+
+void anticheat_fixangle();
+#endif