X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fvehicles%2Fvehicles_include.qh;h=26e52e48146b6048a43cea691bc6619f554b4e3e;hp=574100a3f43e38312dc6df62c9da84eaa0e1edb8;hb=ae2c1407ec9a05e4f501a6604a7cce8e1030df9f;hpb=0a841c006af77049678686074323f976539069be diff --git a/qcsrc/common/vehicles/vehicles_include.qh b/qcsrc/common/vehicles/vehicles_include.qh index 574100a3f4..26e52e4814 100644 --- a/qcsrc/common/vehicles/vehicles_include.qh +++ b/qcsrc/common/vehicles/vehicles_include.qh @@ -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