#ifndef VEHICLES_INCLUDE_H #define VEHICLES_INCLUDE_H #include "all.qh" #ifdef CSQC #include "vehicles.qh" #include "cl_vehicles.qh" #elif defined(SVQC) #include "vehicles.qh" #include "sv_vehicles.qh" #endif // SVQC #endif