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