From b0eec6a029527015e82b93d7bfcb239afa2da68b Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 2 Feb 2024 18:32:04 -0500 Subject: [PATCH] Annotate Act1State::NamedPlane::~NamedPlane --- LEGO1/lego/legoomni/include/act1state.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LEGO1/lego/legoomni/include/act1state.h b/LEGO1/lego/legoomni/include/act1state.h index fed9b9e7..b0878998 100644 --- a/LEGO1/lego/legoomni/include/act1state.h +++ b/LEGO1/lego/legoomni/include/act1state.h @@ -116,4 +116,7 @@ class Act1State : public LegoState { MxCore* m_unk0x268; // 0x268 }; +// FUNCTION: LEGO1 0x10033a70 +// Act1State::NamedPlane::~NamedPlane + #endif // ACT1STATE_H