summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_ki.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-09-02 15:25:01 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-09-02 15:25:01 -0400
commitd47ee0ab88aad3fa6d8274a7fc05d7dca763a88a (patch)
treed79ca29980cb4f446588c70161dced4b14aaeac3 /src/d/actor/d_a_ki.cpp
parent31d95d843c42f28acfa9f686160e342d8a129411 (diff)
Add empty placeholders to fix HIO funcs missing when linking debug version
Diffstat (limited to 'src/d/actor/d_a_ki.cpp')
-rw-r--r--src/d/actor/d_a_ki.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_ki.cpp b/src/d/actor/d_a_ki.cpp
index 24f06da6..7bf1da64 100644
--- a/src/d/actor/d_a_ki.cpp
+++ b/src/d/actor/d_a_ki.cpp
@@ -54,7 +54,7 @@ public:
}
virtual ~kiHIO_c() {}
- void genMessage(JORMContext*);
+ void genMessage(JORMContext* ctx) {}
/* 0x04 */ s8 mNo;
/* 0x05 */ u8 m05;