isle/LEGO1/ambulancemissionstate.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

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