isle/LEGO1/ambulance.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

16 lines
214 B
C++

#ifndef AMBULANCE_H
#define AMBULANCE_H
#include "islepathactor.h"
class Ambulance : public IslePathActor
{
public:
Ambulance();
// VTABLE 0x100d71a8
// SIZE 0x184
};
#endif // AMBULANCE_H