X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fvehicles%2Fcl_vehicles.qh;h=327074b98641e72631bbb3089ecc3829b008dca5;hp=bf96d95ea367bbad6641f4343ba75a86a9ff04ab;hb=3ac61b98c83be079c61cf525491d2028b2a889dc;hpb=03f978544a8b13a18cef1c7cc3dbcaba1c3aee4c diff --git a/qcsrc/common/vehicles/cl_vehicles.qh b/qcsrc/common/vehicles/cl_vehicles.qh index bf96d95ea..327074b98 100644 --- a/qcsrc/common/vehicles/cl_vehicles.qh +++ b/qcsrc/common/vehicles/cl_vehicles.qh @@ -1,13 +1,9 @@ -#ifndef CL_VEHICLES_H -#define CL_VEHICLES_H +#pragma once -void Net_AuXair2(float bIsNew); - -void Net_VehicleSetup(); +vector vehicleHud_Size; +vector vehicleHud_Pos; void RaptorCBShellfragDraw(entity this); void RaptorCBShellfragToss(vector _org, vector _vel, vector _ang); -#define weapon2mode getstati(STAT_VEHICLESTAT_W2MODE) - -#endif +#define weapon2mode STAT(VEHICLESTAT_W2MODE)