]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cheats.qh
Remove for-loop workaround
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cheats.qh
index 8c276919c51082206169b6050dd44335d7d1fc84..625a304bd51f99ce3539942cd58d5a47f3c4aff3 100644 (file)
@@ -1,4 +1,7 @@
-float autocvar_sv_cheats; // must... declare... global
+#ifndef CHEATS_H
+#define CHEATS_H
+
+//float autocvar_sv_cheats; // must... declare... global
 
 float cheatcount_total;
 .float cheatcount;
@@ -11,3 +14,4 @@ float CheatCommand(float argc);
 float CheatFrame();
 
 void Drag_MoveDrag(entity from, entity to); // call this from CopyBody
+#endif