]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/vehicles/cl_vehicles.qh
Merge branch 'master' into Mario/stats_eloranking
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / cl_vehicles.qh
index a495f036705874843ea21d755ba2daded058ef8c..327074b98641e72631bbb3089ecc3829b008dca5 100644 (file)
@@ -1,13 +1,9 @@
-#ifndef CL_VEHICLES_H
-#define CL_VEHICLES_H
+#pragma once
 
-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)
-
-#endif
+#define weapon2mode STAT(VEHICLESTAT_W2MODE)