]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/vehicles/vehicles.qh
Merge remote-tracking branch 'origin/TimePath/experiments/csqc_prediction' into TimeP...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / vehicles / vehicles.qh
1 #ifndef VEHICLES_H
2 #define VEHICLES_H
3
4 void RaptorCBShellfragDraw();
5 void RaptorCBShellfragToss(vector _org, vector _vel, vector _ang);
6 void Vehicles_Precache();
7 void Net_AuXair2(bool bIsNew);
8 void Net_VehicleSetup();
9 #endif