]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/vehicles/vehicles.qh
Merge new vehicle stuff from combined updates
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / vehicles.qh
index d5b7e8fe9cc45652fccef952e59700dd9e789376..c803adeb03832f43014e62fa466e67585f7cda9b 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef VEHICLES_H
 #define VEHICLES_H
 
+#include "sv_vehicles.qh"
+
 // vehicle requests
 const int VR_SETUP          = 1; // (BOTH) setup vehicle data
 const int VR_THINK                     = 2; // (SERVER) logic to run every frame