]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_cts.qh
Merge branch 'master' into terencehill/quickmenu
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_cts.qh
index 575b1fae8e0c4be5aad238a163d38d9f9be4dc8c..fa27fe4fcd140e1601940b211f96a272860eee8c 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef GAMEMODE_CTS_H
+#define GAMEMODE_CTS_H
 //float g_race_qualifying;
 
 // scores
@@ -5,3 +7,4 @@ const float ST_CTS_LAPS = 1;
 const float SP_CTS_LAPS = 4;
 const float SP_CTS_TIME = 5;
 const float SP_CTS_FASTEST = 6;
+#endif