isle/LEGO1/radiostate.h
2023-06-20 22:11:14 +02:00

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