]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/anticheat.qh
Merge branch 'terencehill/menu_optimization' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / anticheat.qh
index 33fd0ddec26ff615dba46ca5a2b770322042fee2..5e6599b7e01730b7ce82a2948d0fb951e790a7eb 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef ANTICHEAT_H
 #define ANTICHEAT_H
 
-void anticheat_init();
+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();
 
@@ -15,4 +15,4 @@ void anticheat_startframe();
 void anticheat_endframe();
 
 void anticheat_fixangle();
-#endif
\ No newline at end of file
+#endif