isle-portable/LEGO1/pizzeriastate.h

16 lines
206 B
C
Raw Normal View History

#ifndef PIZZERIASTATE_H
#define PIZZERIASTATE_H
#include "legostate.h"
// VTABLE 0x100d5ee8
// SIZE 0xb4
class PizzeriaState : public LegoState
{
public:
PizzeriaState();
};
#endif // PIZZERIASTATE_H