]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/anticheat.qh
Fix more server #includes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / anticheat.qh
index 80c7636a0b6852a86d1b35d36e84ff87e2e15f5f..6b9e4e3858c8ddd8ade6a24a913f6b7c43e8717a 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef ANTICHEAT_H
+#define ANTICHEAT_H
+
 void anticheat_init();
 void anticheat_report();
 void anticheat_shutdown();
@@ -6,4 +9,10 @@ void anticheat_physics();
 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