isle/LEGO1/pizzeriastate.h

14 lines
204 B
C
Raw Normal View History

#ifndef PIZZERIASTATE_H
#define PIZZERIASTATE_H
#include "legostate.h"
// VTABLE 0x100d5ee8
// SIZE 0xb4
2023-10-24 19:38:27 -04:00
class PizzeriaState : public LegoState {
public:
2023-10-24 19:38:27 -04:00
PizzeriaState();
};
#endif // PIZZERIASTATE_H