]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/tturrets/include/turrets_early.qh
Merge branch 'Mario/qc_updates' into TimePath/csqc_prediction
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / tturrets / include / turrets_early.qh
index 77d7cda9d0ae44b972b182d42a329138040b10c2..4c5d95f9e3be472a062abdc3882ce73b1e12a6b5 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef TURRETS_EARLY_H
+#define TURRETS_EARLY_H
+
 // Comment out below to skip turrets
 #define TTURRETS_ENABLED
 
@@ -469,5 +472,4 @@ const int TNSF_ANIM         = 128;
 const int TNSF_FULL_UPDATE  = 16777215;
 
 #endif // TTURRETS_ENABLED
-
-
+#endif