]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/vehicles/cl_vehicles.qh
This commit is dedicated to TimePath
[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 RaptorCBShellfragDraw(entity this);
8 void RaptorCBShellfragToss(vector _org, vector _vel, vector _ang);
9
10 #define weapon2mode STAT(VEHICLESTAT_W2MODE)
11
12 #endif