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