implement LegoActorPresenter (#434)

* LegoActorPresenter

* Add ddtor

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2024-01-13 17:06:13 -05:00
committed by GitHub
parent 5b8ea35756
commit 8b34b38ac0
4 changed files with 51 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ public:
void FUN_10010c30();
void SetLocation(Mx3DPointFloat& p_location, Mx3DPointFloat& p_direction, Mx3DPointFloat& p_up, MxBool);
inline LegoROI* GetROI() { return m_roi; }
protected:
void Init();
void SetWorld();