mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
16 lines
181 B
C++
16 lines
181 B
C++
#ifndef PIZZA_H
|
|
#define PIZZA_H
|
|
|
|
#include "isleactor.h"
|
|
|
|
class Pizza : public IsleActor
|
|
{
|
|
public:
|
|
Pizza();
|
|
~Pizza();
|
|
|
|
// VTABLE 100d7380
|
|
// SIZE 0x9c
|
|
};
|
|
|
|
#endif // PIZZA_H
|