mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-23 08:08:03 -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
|