]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/vehicles/vehicles.qh
Merge some changes from prediction branch
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / vehicles / vehicles.qh
index 70e01b2c6fd15212822f187779608eaa64380ca7..7e509e91ea8345d9b52914aa4414a50d66941f35 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef VEHICLES_H
+#define VEHICLES_H
+
 void RaptorCBShellfragDraw();
 void RaptorCBShellfragToss(vector _org, vector _vel, vector _ang);
-void Vehicles_Precache();
\ No newline at end of file
+void Vehicles_Precache();
+void Net_AuXair2(bool bIsNew);
+void Net_VehicleSetup();
+#endif