]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/vehicles/cl_vehicles.qh
Rename 2 global variables
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / cl_vehicles.qh
1 #ifndef CL_VEHICLES_H
2 #define CL_VEHICLES_H
3
4 vector vehicleHud_Size;
5 vector vehicleHud_Pos;
6
7 void Net_AuXair2(float bIsNew);
8
9 void Net_VehicleSetup();
10
11 void RaptorCBShellfragDraw(entity this);
12 void RaptorCBShellfragToss(vector _org, vector _vel, vector _ang);
13
14 #define weapon2mode getstati(STAT_VEHICLESTAT_W2MODE)
15
16 #endif