formatting

This commit is contained in:
Christian Semmler 2023-12-26 19:38:33 -05:00
parent 7e81a3fc29
commit 8ebbd1fc79
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ class LegoEntityPresenter : public MxCompositePresenter {
virtual MxResult StartAction(MxStreamController* p_controller, MxDSAction* p_action) override; // vtable+0x3c
virtual void Init(); // vtable+0x68
virtual undefined4 SetBackend(LegoEntity* p_unk0x4c); // vtable+0x6c
void SetBackendLocation(Vector3Data& p_location, Vector3Data& p_direction, Vector3Data& p_up);
private:

View File

@ -29,6 +29,7 @@ MxResult LegoWorldPresenter::StartAction(MxStreamController* p_controller, MxDSA
{
return FAILURE;
}
// FUNCTION: LEGO1 0x10066a50
void LegoWorldPresenter::ReadyTickle()
{