X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fanticheat.qh;h=6b9e4e3858c8ddd8ade6a24a913f6b7c43e8717a;hb=05375be95785001ea4228a59f830308501e59b5e;hp=e46dcce7b2051a8af3e8e847975d76e41b5079f3;hpb=ac5366add2c2d44bff2e03fc916b991eb009a10a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/anticheat.qh b/qcsrc/server/anticheat.qh index e46dcce7b..6b9e4e385 100644 --- a/qcsrc/server/anticheat.qh +++ b/qcsrc/server/anticheat.qh @@ -1,3 +1,6 @@ +#ifndef ANTICHEAT_H +#define ANTICHEAT_H + void anticheat_init(); void anticheat_report(); void anticheat_shutdown(); @@ -12,3 +15,4 @@ void anticheat_startframe(); void anticheat_endframe(); void anticheat_fixangle(); +#endif