X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fanticheat.qh;h=5e6599b7e01730b7ce82a2948d0fb951e790a7eb;hb=692cb758fe8f25fa078bfd5885333ee031885600;hp=6b9e4e3858c8ddd8ade6a24a913f6b7c43e8717a;hpb=6dc9591eba337374f2b4348a6a6deaa1cb6887d0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/anticheat.qh b/qcsrc/server/anticheat.qh index 6b9e4e385..5e6599b7e 100644 --- a/qcsrc/server/anticheat.qh +++ b/qcsrc/server/anticheat.qh @@ -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();