]> 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 6b9e4e3858c8ddd8ade6a24a913f6b7c43e8717a..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();