isle/LEGO1/radiostate.h
2023-06-23 17:18:53 -07:00

11 lines
127 B
C++

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