]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapons.qc
Clean up SVQC #includes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapons.qc
index 0cd72b64eadfbc624e9083df6a587df9cfe7977d..627b1fd48357f8a6988f3144fc7d97ade267178f 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef WEAPONS_C
+#define WEAPONS_C
+
 #if defined(CSQC)
        #include "../../dpdefs/csprogsdefs.qh"
        #include "../../client/defs.qh"
@@ -369,3 +372,4 @@ float GetAmmoStat(.float ammotype)
        }
 }
 #endif
+#endif
\ No newline at end of file