]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/vehicles/cl_vehicles.qh
Merge branch 'terencehill/itemstime_readyrestart_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / cl_vehicles.qh
1 #ifndef CL_VEHICLES_H
2 #define CL_VEHICLES_H
3
4 void Net_AuXair2(float bIsNew);
5
6 void Net_VehicleSetup();
7
8 void RaptorCBShellfragDraw();
9 void RaptorCBShellfragToss(vector _org, vector _vel, vector _ang);
10
11 #define weapon2mode getstati(STAT_VEHICLESTAT_W2MODE)
12
13 #endif