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