summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_bst.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-08-22 14:19:03 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-08-22 14:19:03 -0400
commit8fe7ca64e296433da0e1b8411ef89c17d69fca45 (patch)
tree25a292a845a01480a82dc20ac0f2eed639b7d43d /src/d/actor/d_a_bst.cpp
parentcfb225e41349bc913c1739af209bbe2b9f04de38 (diff)
Removeall remaining sym off fakematches, correctly fix more weak func order
Diffstat (limited to 'src/d/actor/d_a_bst.cpp')
-rw-r--r--src/d/actor/d_a_bst.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/d/actor/d_a_bst.cpp b/src/d/actor/d_a_bst.cpp
index 10e20fc1..1b47a0f3 100644
--- a/src/d/actor/d_a_bst.cpp
+++ b/src/d/actor/d_a_bst.cpp
@@ -23,6 +23,19 @@
#include "d/d_cc_d.h"
#include "JSystem/JUtility/JUTReport.h"
+class daBst_HIO_c : public JORReflexible {
+public:
+ daBst_HIO_c();
+ virtual ~daBst_HIO_c() {}
+
+ void genMessage(JORMContext* ctx);
+
+public:
+ /* 0x4 */ s8 field_0x4;
+ /* 0x5 */ u8 field_0x5;
+ /* 0x6 */ u8 field_0x6;
+};
+
static u8 hio_set;
static daBst_HIO_c l_HIO;