diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-02 15:25:01 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-02 15:25:01 -0400 |
| commit | d47ee0ab88aad3fa6d8274a7fc05d7dca763a88a (patch) | |
| tree | d79ca29980cb4f446588c70161dced4b14aaeac3 /src/d/actor/d_a_btd.cpp | |
| parent | 31d95d843c42f28acfa9f686160e342d8a129411 (diff) | |
Add empty placeholders to fix HIO funcs missing when linking debug version
Diffstat (limited to 'src/d/actor/d_a_btd.cpp')
| -rw-r--r-- | src/d/actor/d_a_btd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/actor/d_a_btd.cpp b/src/d/actor/d_a_btd.cpp index aee61f9f..51e56130 100644 --- a/src/d/actor/d_a_btd.cpp +++ b/src/d/actor/d_a_btd.cpp @@ -27,6 +27,7 @@ class daBtd_HIO_c : public JORReflexible { public: daBtd_HIO_c(); virtual ~daBtd_HIO_c() {}; + void genMessage(JORMContext*) {} public: /* 0x04 */ s8 mNo; |
