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