mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
16 lines
206 B
C
16 lines
206 B
C
|
#ifndef PIZZERIASTATE_H
|
||
|
#define PIZZERIASTATE_H
|
||
|
|
||
|
#include "legostate.h"
|
||
|
|
||
|
// VTABLE 0x100d5ee8
|
||
|
// SIZE 0xb4
|
||
|
class PizzeriaState : public LegoState
|
||
|
{
|
||
|
public:
|
||
|
PizzeriaState();
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // PIZZERIASTATE_H
|