]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/anticheat.qh
Remove for-loop workaround
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / anticheat.qh
index e46dcce7b2051a8af3e8e847975d76e41b5079f3..6b9e4e3858c8ddd8ade6a24a913f6b7c43e8717a 100644 (file)
@@ -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