]> 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 d37d749a4ec82f8fa787a14f9652c3df73519f42..409e94cb2638b5c81f4c140a8310a5cd634e4769 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef VEHICLES_INCLUDE_H
+#define VEHICLES_INCLUDE_H
+
 #ifdef CSQC
 #include "vehicles.qh"
 #include "cl_vehicles.qh"
@@ -6,3 +9,5 @@
 #include "vehicles.qh"
 #include "sv_vehicles.qh"
 #endif // SVQC
+
+#endif