]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/anticheat.qh
Fix bad code indentation
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / anticheat.qh
index c3e99078db66a72c6a658b582424466e58ce80f3..2b0522b991fb25747ce48c06003cf4433c74e30d 100644 (file)
@@ -1,13 +1,13 @@
 #pragma once
 
 void anticheat_init(entity this);
-void anticheat_report();
+void anticheat_report(entity this);
 
 void anticheat_physics(entity this);
-void anticheat_spectatecopy(entity spectatee);
-void anticheat_prethink();
+void anticheat_spectatecopy(entity this, entity spectatee);
+void anticheat_prethink(entity this);
 
-float anticheat_getvalue(string name);
+float anticheat_getvalue(entity this, string name);
 
 void anticheat_startframe();
 void anticheat_endframe();