isle/LEGO1/lego/legoomni/include/act3actor.h

27 lines
436 B
C
Raw Normal View History

#ifndef ACT3ACTOR_H
#define ACT3ACTOR_H
#include "legoanimactor.h"
/*
VTABLE: LEGO1 0x100d7668 LegoPathActor
VTABLE: LEGO1 0x100d7738 LegoAnimActor
*/
// SIZE 0x178
class Act3Actor : public LegoAnimActor {
public:
Act3Actor();
// FUNCTION: LEGO1 0x100433b0
inline const char* ClassName() const override
2023-10-24 19:38:27 -04:00
{
// STRING: LEGO1 0x100f03ac
2023-10-24 19:38:27 -04:00
return "Act3Actor";
}
private:
undefined4 m_unk0x1c; // 0x1c
};
#endif // ACT3ACTOR_H