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