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