]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/vehicles/vehicles_include.qc
Merge branch 'master' into Mario/vehicles
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / vehicles_include.qc
index fb83198812f20ab0b871d4563d8551ea45763c3a..1bd181d5037fcccf4ed20b5711de40348375721a 100644 (file)
@@ -1,4 +1,8 @@
-#ifdef VEHICLES_ENABLED
+#ifndef VEHICLES_INCLUDE_C
+#define VEHICLES_INCLUDE_C
+
+#include "vehicles_include.qh"
+
 #ifdef CSQC
 #include "cl_vehicles.qc"
 #include "vehicles.qc"
@@ -7,4 +11,5 @@
 #include "sv_vehicles.qc"
 #include "vehicles.qc"
 #endif // SVQC
-#endif // VEHICLES_ENABLED
+
+#endif