]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cheats.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cheats.qh
index 4ead519eb0ff563390abf8afaf409c1288e79872..03b5ac8dd527d7a66b8adff8f1f6f887efcdc1fb 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef CHEATS_H
-#define CHEATS_H
+#pragma once
 
 #include "../common/impulses/all.qh"
 
@@ -16,4 +15,3 @@ float CheatFrame();
 const float CHRAME_DRAG = 8;
 
 void Drag_MoveDrag(entity from, entity to); // call this from CopyBody
-#endif