]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/vehicles/vehicles_include.qh
Merge branch 'master' into Mario/vehicles
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / vehicles_include.qh
index 574100a3f43e38312dc6df62c9da84eaa0e1edb8..26e52e48146b6048a43cea691bc6619f554b4e3e 100644 (file)
@@ -1,12 +1,14 @@
-#define VEHICLES_ENABLED
+#ifndef VEHICLES_INCLUDE_H
+#define VEHICLES_INCLUDE_H
+
+#include "all.qh"
 
-#ifdef VEHICLES_ENABLED
 #ifdef CSQC
 #include "vehicles.qh"
 #include "cl_vehicles.qh"
-#endif // CSQC
-#ifdef SVQC
+#elif defined(SVQC)
 #include "vehicles.qh"
 #include "sv_vehicles.qh"
 #endif // SVQC
-#endif // VEHICLES_ENABLED
+
+#endif