X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fvehicles%2Fall.qc;h=0db15b5b48133277e551becab23fc3c7326300ad;hb=9677a6f1dd8dbca207cf972f8cfa3ca6a8e4820e;hp=251df22839e750646abef244455aa63d7e846df5;hpb=0f91a71ce7434276a96bcb5fec24bf5702369749;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/vehicles/all.qc b/qcsrc/common/vehicles/all.qc index 251df2283..0db15b5b4 100644 --- a/qcsrc/common/vehicles/all.qc +++ b/qcsrc/common/vehicles/all.qc @@ -1,18 +1,5 @@ -#ifndef VEHICLES_ALL_C -#define VEHICLES_ALL_C - #include "all.qh" +#ifdef GAMEQC REGISTER_NET_LINKED(ENT_CLIENT_AUXILIARYXHAIR) - -#if defined(SVQC) - #include "sv_vehicles.qc" -#elif defined(CSQC) - #include "cl_vehicles.qc" -#endif - -#define IMPLEMENTATION -#include "vehicle/_mod.inc" -#undef IMPLEMENTATION - #endif