]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/vehicles/vehicles.qh
Merge branch 'Mario/qc_updates' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / vehicles / vehicles.qh
index 66b2af1bf68a42fc008a5075bd8d88f7f119c581..7e509e91ea8345d9b52914aa4414a50d66941f35 100644 (file)
@@ -1,4 +1,9 @@
+#ifndef VEHICLES_H
+#define VEHICLES_H
+
 void RaptorCBShellfragDraw();
 void RaptorCBShellfragToss(vector _org, vector _vel, vector _ang);
 void Vehicles_Precache();
-
+void Net_AuXair2(bool bIsNew);
+void Net_VehicleSetup();
+#endif