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