mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00:00
16 lines
214 B
C++
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
|