#ifndef WIMAVEHICLE_H #define WIMAVEHICLE_H class WimaVehicle { public: WimaVehicle(); }; #endif // WIMAVEHICLE_H