]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_race.qh
Rename the underscore headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_race.qh
index b8b052daaa880aa1e317e896ee1ff9ec8a55ed1b..0e20b9b57a06bdd47ded366efcba576b4e08356f 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef GAMEMODE_RACE_H
+#define GAMEMODE_RACE_H
+
 float g_race_qualifying;
 float race_teams;
 
@@ -6,3 +9,4 @@ const float ST_RACE_LAPS = 1;
 const float SP_RACE_LAPS = 4;
 const float SP_RACE_TIME = 5;
 const float SP_RACE_FASTEST = 6;
+#endif