X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fanticheat.qh;h=3bb5d251e95c1765ad20d0a6623ae578fbf03160;hb=d2405846568d69dd731d03a906be48ff8ba4e6cd;hp=e46dcce7b2051a8af3e8e847975d76e41b5079f3;hpb=4d88a13318f21331b958f0d7e374c132869a2b85;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/anticheat.qh b/qcsrc/server/anticheat.qh index e46dcce7b..3bb5d251e 100644 --- a/qcsrc/server/anticheat.qh +++ b/qcsrc/server/anticheat.qh @@ -1,8 +1,10 @@ -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 +14,4 @@ void anticheat_startframe(); void anticheat_endframe(); void anticheat_fixangle(); +#endif