mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00:00
16 lines
212 B
C++
16 lines
212 B
C++
#ifndef RADIOSTATE_H
|
|
#define RADIOSTATE_H
|
|
|
|
#include "legostate.h"
|
|
|
|
class RadioState : public LegoState
|
|
{
|
|
public:
|
|
RadioState();
|
|
|
|
// VTABLE 0x100d6d28
|
|
// SIZE 0x30
|
|
};
|
|
|
|
#endif // RADIOSTATE_H
|