mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
14 lines
189 B
C++
14 lines
189 B
C++
#ifndef PIZZERIASTATE_H
|
|
#define PIZZERIASTATE_H
|
|
|
|
#include "isleactor.h"
|
|
|
|
class Pizzeria : public IsleActor
|
|
{
|
|
public:
|
|
Pizzeria();
|
|
|
|
// SIZE 0x84
|
|
};
|
|
|
|
#endif // PIZZERIASTATE_H
|