X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcheats.qh;h=625a304bd51f99ce3539942cd58d5a47f3c4aff3;hb=f2c50fe4e6218a0a1bb0ca078ee122c5ba6a238d;hp=8c276919c51082206169b6050dd44335d7d1fc84;hpb=12e90348bf3dcdf2feb0753b440f050e23abfb6b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/cheats.qh b/qcsrc/server/cheats.qh index 8c276919c..625a304bd 100644 --- a/qcsrc/server/cheats.qh +++ b/qcsrc/server/cheats.qh @@ -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