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