#ifndef VEHICLES_ALL_H #define VEHICLES_ALL_H #if VEHICLES_ENABLED # include "racer.qh" # include "raptor.qh" # include "spiderbot.qh" # ifndef VEHICLES_NO_UNSTABLE # include "bumblebee.qh" # endif #endif #endif