mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
14 lines
181 B
C
14 lines
181 B
C
|
#ifndef PIZZERIASTATE_H
|
||
|
#define PIZZERIASTATE_H
|
||
|
|
||
|
#include "isleactor.h"
|
||
|
|
||
|
// VTABLE 0x100d5520
|
||
|
// SIZE 0x84
|
||
|
class Pizzeria : public IsleActor
|
||
|
{
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
#endif // PIZZERIASTATE_H
|