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