]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cheats.qh
Ignore a few gameplay-irrelevant cvars
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cheats.qh
index 03b5ac8dd527d7a66b8adff8f1f6f887efcdc1fb..1bf08064106c410874df00f9607d9222929ab1c0 100644 (file)
@@ -1,6 +1,6 @@
 #pragma once
 
-#include "../common/impulses/all.qh"
+#include <common/impulses/all.qh>
 
 //float autocvar_sv_cheats; // must... declare... global
 
@@ -8,9 +8,9 @@ float cheatcount_total;
 .float cheatcount;
 void CheatInit();
 void CheatShutdown();
-float CheatImpulse(int imp);
-float CheatCommand(float argc);
-float CheatFrame();
+float CheatImpulse(entity this, int imp);
+float CheatCommand(entity this, int argc);
+float CheatFrame(entity this);
 
 const float CHRAME_DRAG = 8;