]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode.qh
index b8370465022e5179dd50e57dd9f418e3e4e4e236..de3a215fe9d3a819dd00806d78e047c8f4980270 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef GAMEMODE_H
-#define GAMEMODE_H
+#pragma once
 
 #include "../cl_client.qh"
 #include "../cl_player.qh"
@@ -44,5 +43,3 @@ float redalive, bluealive, yellowalive, pinkalive;
 .float bluealive_stat = _STAT(BLUEALIVE);
 .float yellowalive_stat = _STAT(YELLOWALIVE);
 .float pinkalive_stat = _STAT(PINKALIVE);
-
-#endif