]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/vehicles/cl_vehicles.qh
Propagate sound references
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / cl_vehicles.qh
index 646b6c9d8b94cf583883967cbb41ad47bcf900e2..5293030c19fe9ecda1aad3c8e733edabc29eda72 100644 (file)
@@ -1,16 +1,12 @@
 #ifndef CL_VEHICLES_H
 #define CL_VEHICLES_H
 
-vector hudSize;
-vector hudPos;
-
-void Net_AuXair2(float bIsNew);
-
-void Net_VehicleSetup();
+vector vehicleHud_Size;
+vector vehicleHud_Pos;
 
 void RaptorCBShellfragDraw(entity this);
 void RaptorCBShellfragToss(vector _org, vector _vel, vector _ang);
 
-#define weapon2mode getstati(STAT_VEHICLESTAT_W2MODE)
+#define weapon2mode STAT(VEHICLESTAT_W2MODE)
 
 #endif