#ifndef VEHICLES_INCLUDE_H #define VEHICLES_INCLUDE_H #ifdef CSQC #include "vehicles.qh" #include "cl_vehicles.qh" #endif // CSQC #ifdef SVQC #include "vehicles.qh" #include "sv_vehicles.qh" #endif // SVQC #endif