mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
12 lines
181 B
C++
12 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
|