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