mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
21 lines
300 B
C++
21 lines
300 B
C++
#ifndef PIZZERIASTATE_H
|
|
#define PIZZERIASTATE_H
|
|
|
|
#include "isleactor.h"
|
|
|
|
#ifndef undefined4
|
|
#define undefined4 int
|
|
#endif
|
|
|
|
class Pizzeria : public IsleActor
|
|
{
|
|
public:
|
|
Pizzeria();
|
|
|
|
virtual undefined4 VTable0x68(); // vtable+0x68
|
|
|
|
// VTABLE 0x100d5520
|
|
// SIZE 0x84
|
|
};
|
|
|
|
#endif // PIZZERIASTATE_H
|