Update PR

This commit is contained in:
Nathan 2023-12-08 08:01:15 -05:00
parent 80ab0ff378
commit 34967a4ca8
2 changed files with 6 additions and 9 deletions

View File

@ -10,10 +10,7 @@ class LegoActor : public LegoEntity {
public:
LegoActor();
// FUNCTION: LEGO1 0x1002d210
inline virtual const char* ClassName() const override; // vtable+0x0c
// FUNCTION: LEGO1 0x1002d220
inline virtual const char* ClassName() const override; // vtable+0x0c
inline virtual MxBool IsA(const char* name) const override; // vtable+0x10
// FUNCTION: LEGO1 0x10002cc0

View File

@ -79,6 +79,11 @@ void LegoEntity::SetROI(LegoROI* p_roi, MxBool p_bool1, MxBool p_bool2)
// TODO
}
// STUB: LEGO1 0x10010c30
void LegoEntity::FUN_10010c30()
{
}
// FUNCTION: LEGO1 0x10010e10
void LegoEntity::ParseAction(char* p_extra)
{
@ -102,11 +107,6 @@ void LegoEntity::ParseAction(char* p_extra)
}
}
// STUB: LEGO1 0x10010c30
void LegoEntity::FUN_10010c30()
{
}
// STUB: LEGO1 0x10010f10
void LegoEntity::VTable0x34()
{