X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fanticheat.qh;h=5e6599b7e01730b7ce82a2948d0fb951e790a7eb;hb=692cb758fe8f25fa078bfd5885333ee031885600;hp=e46dcce7b2051a8af3e8e847975d76e41b5079f3;hpb=f1d984d31a409523f2bb51b586942765d34c10a3;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/anticheat.qh b/qcsrc/server/anticheat.qh index e46dcce7b..5e6599b7e 100644 --- a/qcsrc/server/anticheat.qh +++ b/qcsrc/server/anticheat.qh @@ -1,8 +1,11 @@ -void anticheat_init(); +#ifndef ANTICHEAT_H +#define ANTICHEAT_H + +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(); @@ -12,3 +15,4 @@ void anticheat_startframe(); void anticheat_endframe(); void anticheat_fixangle(); +#endif