mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
14 lines
157 B
C++
14 lines
157 B
C++
#ifndef RADIO_H
|
|
#define RADIO_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
class Radio : public MxCore
|
|
{
|
|
public:
|
|
virtual ~Radio();
|
|
|
|
// VTABLE 0x100d6d10
|
|
};
|
|
|
|
#endif // RADIO_H
|