mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 12:11:15 +00:00
17 lines
267 B
C++
17 lines
267 B
C++
#ifndef AMBULANCEMISSIONSTATE_H
|
|
#define AMBULANCEMISSIONSTATE_H
|
|
|
|
#include "legostate.h"
|
|
|
|
class AmbulanceMissionState : public LegoState
|
|
{
|
|
public:
|
|
AmbulanceMissionState();
|
|
|
|
// VTABLE 0x100d72a0
|
|
// SIZE 0x24
|
|
};
|
|
|
|
|
|
#endif // AMBULANCEMISSIONSTATE_H
|