]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/vehicles/cl_vehicles.qh
Cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / cl_vehicles.qh
index a495f036705874843ea21d755ba2daded058ef8c..fbaf88c6f916526f1694ac2f0c2ca493bfc15b34 100644 (file)
@@ -1,11 +1,10 @@
 #ifndef CL_VEHICLES_H
 #define CL_VEHICLES_H
 
-void Net_AuXair2(float bIsNew);
+vector vehicleHud_Size;
+vector vehicleHud_Pos;
 
-void Net_VehicleSetup();
-
-void RaptorCBShellfragDraw();
+void RaptorCBShellfragDraw(entity this);
 void RaptorCBShellfragToss(vector _org, vector _vel, vector _ang);
 
 #define weapon2mode getstati(STAT_VEHICLESTAT_W2MODE)