]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_lms.qh
Remove includes from most headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_lms.qh
index 195c4aac3f9174e74eef5c4347a344a1818293f6..9bb92c0f2abb82dd13b50adc5081109847051cea 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef GAMEMODE_LMS_H
+#define GAMEMODE_LMS_H
+
 // scoreboard stuff
 const float SP_LMS_LIVES = 4;
 const float SP_LMS_RANK = 5;
 // scoreboard stuff
 const float SP_LMS_LIVES = 4;
 const float SP_LMS_RANK = 5;
@@ -5,4 +8,5 @@ const float SP_LMS_RANK = 5;
 // lives related defs
 float lms_lowest_lives;
 float lms_next_place;
 // lives related defs
 float lms_lowest_lives;
 float lms_next_place;
-float LMS_NewPlayerLives();
\ No newline at end of file
+float LMS_NewPlayerLives();
+#endif
\ No newline at end of file