mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 04:01:15 +00:00
14 lines
213 B
C++
14 lines
213 B
C++
#ifndef PIZZERIASTATE_H
|
|
#define PIZZERIASTATE_H
|
|
|
|
#include "isleactor.h"
|
|
|
|
class Pizzeria : public IsleActor
|
|
{
|
|
// OFFSET LEGO1 0x100334b0
|
|
ActlState();
|
|
|
|
// size is 0x84
|
|
};
|
|
|
|
#endif // PIZZERIASTATE_H
|