]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/vehicles/_mod.inc
Cleanup common mutators: remove IMPLEMENTATION macro
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / _mod.inc
index 269858f8475ac67cf427be7290191c01c365a8ca..ed26659daa5c9ed37cbb384c8d9a2823e73d6c05 100644 (file)
@@ -1,4 +1,9 @@
 // generated file; do not modify
 #include <common/vehicles/all.qc>
-#include <common/vehicles/cl_vehicles.qc>
-#include <common/vehicles/sv_vehicles.qc>
+#include <common/vehicles/vehicles.qc>
+#ifdef CSQC
+    #include <common/vehicles/cl_vehicles.qc>
+#endif
+#ifdef SVQC
+    #include <common/vehicles/sv_vehicles.qc>
+#endif