Implement/match LegoWorld::FUN_1001fda0 (#840)

This commit is contained in:
Christian Semmler
2024-04-23 04:33:38 -04:00
committed by GitHub
parent 7efbb04999
commit 9025d5ed06
4 changed files with 17 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
#include "legopathactor.h"
#include "mxcore.h"
class LegoAnimPresenter;
class LegoPathBoundary;
class LegoWorld;
@@ -41,6 +42,7 @@ public:
virtual void Destroy(); // vtable+0x18
undefined4 FUN_10046770(LegoPathActor* p_actor);
void FUN_100468f0(LegoAnimPresenter* p_presenter);
MxResult FUN_10046b30(LegoPathBoundary** p_path, MxS32& p_value);
void Enable(MxBool p_enable);
void FUN_10046bb0(LegoWorld* p_world);