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