#ifndef RADIOSTATE_H #define RADIOSTATE_H #include "legostate.h" class RadioState : public LegoState { public: RadioState(); // VTABLE 0x100d6d28 // SIZE 0x30 }; #endif // RADIOSTATE_H