]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_keyhunt.qh
Remove includes from most headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_keyhunt.qh
index 611f7f065e10be5eda8f984c10166c76ea99fdf6..c683e71fba8befe3872dd419dcd453ff1129629d 100644 (file)
@@ -1,5 +1,7 @@
-// ALL OF THESE should be removed in the future, as other code should not have
-// to care
+#ifndef GAMEMODE_KEYHUNT_H
+#define GAMEMODE_KEYHUNT_H
+
+// ALL OF THESE should be removed in the future, as other code should not have to care
 
 // used by bots:
 float kh_tracking_enabled;
 
 // used by bots:
 float kh_tracking_enabled;
@@ -9,3 +11,4 @@ float kh_Key_AllOwnedByWhichTeam();
 typedef void(void) kh_Think_t;
 void kh_StartRound();
 void kh_Controller_SetThink(float t, kh_Think_t func);
 typedef void(void) kh_Think_t;
 void kh_StartRound();
 void kh_Controller_SetThink(float t, kh_Think_t func);
+#endif
\ No newline at end of file