X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fanticheat.qh;h=6b9e4e3858c8ddd8ade6a24a913f6b7c43e8717a;hb=2aed36e128f8f00da9c76f9e66baae89d5bb26b2;hp=e46dcce7b2051a8af3e8e847975d76e41b5079f3;hpb=0f444e0d57db660b27b5a54a263a61bc5da41004;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