isle-portable/LEGO1/radio.h

13 lines
163 B
C
Raw Normal View History

#ifndef RADIO_H
#define RADIO_H
#include "mxcore.h"
// VTABLE 0x100d6d10
2023-10-24 19:38:27 -04:00
class Radio : public MxCore {
public:
2023-10-24 19:38:27 -04:00
virtual ~Radio() override;
};
#endif // RADIO_H