#ifndef GASSTATIONSTATE_H #define GASSTATIONSTATE_H class GasStationState { public: const char* GetClassName(); }; #endif // GASSTATIONSTATE_H