]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/vehicles/cl_vehicles.qh
Avoid using duplicated code for vortex and oknex crosshair ring
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / cl_vehicles.qh
index 646b6c9d8b94cf583883967cbb41ad47bcf900e2..327074b98641e72631bbb3089ecc3829b008dca5 100644 (file)
@@ -1,16 +1,9 @@
-#ifndef CL_VEHICLES_H
-#define CL_VEHICLES_H
+#pragma once
 
-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)
-
-#endif
+#define weapon2mode STAT(VEHICLESTAT_W2MODE)