isle/LEGO1/ambulance.h
2023-06-27 16:06:10 -07:00

16 lines
199 B
C++

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