From 8ebbd1fc798ac2e93628e8602a63af9125a792f5 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 26 Dec 2023 19:38:33 -0500 Subject: [PATCH] formatting --- LEGO1/legoentitypresenter.h | 1 + LEGO1/legoworldpresenter.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/LEGO1/legoentitypresenter.h b/LEGO1/legoentitypresenter.h index 94e87b1c..994e5a79 100644 --- a/LEGO1/legoentitypresenter.h +++ b/LEGO1/legoentitypresenter.h @@ -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: diff --git a/LEGO1/legoworldpresenter.cpp b/LEGO1/legoworldpresenter.cpp index c207feb7..52e99926 100644 --- a/LEGO1/legoworldpresenter.cpp +++ b/LEGO1/legoworldpresenter.cpp @@ -29,6 +29,7 @@ MxResult LegoWorldPresenter::StartAction(MxStreamController* p_controller, MxDSA { return FAILURE; } + // FUNCTION: LEGO1 0x10066a50 void LegoWorldPresenter::ReadyTickle() {