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

15 lines
235 B
C++

#ifndef INFOCENTERSTATE_H
#define INFOCENTERSTATE_H
#include "legostate.h"
class InfoCenterState : public LegoState
{
public:
InfoCenterState();
// VTABLE 0x100d93a8
// SIZE 0x94
};
#endif // INFOCENTERSTATE_H