X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fvehicles%2Fvehicles.qh;h=e6b976096dc30d6dfa72dd807649864f9e8f6c2b;hp=83cfa56f0c54fedc6f48ab851fa6536e919ff956;hb=253cc10990569fd90917dba809ce03c90fc89336;hpb=d444caca30715e32968c90df10fa7d131627c701 diff --git a/qcsrc/server/vehicles/vehicles.qh b/qcsrc/server/vehicles/vehicles.qh index 83cfa56f0..e6b976096 100644 --- a/qcsrc/server/vehicles/vehicles.qh +++ b/qcsrc/server/vehicles/vehicles.qh @@ -1,8 +1,14 @@ +#ifndef VEHICLES_H +#define VEHICLES_H + #ifdef VEHICLES_ENABLED -//#include "collision.qc" #include "vehicles.qc" #include "racer.qc" #include "spiderbot.qc" #include "raptor.qc" +#ifndef VEHICLES_NO_UNSTABLE +#include "bumblebee.qc" +#endif +#endif #endif