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_himo2.cpp | |
| parent | 31d95d843c42f28acfa9f686160e342d8a129411 (diff) | |
Add empty placeholders to fix HIO funcs missing when linking debug version
Diffstat (limited to 'src/d/actor/d_a_himo2.cpp')
| -rw-r--r-- | src/d/actor/d_a_himo2.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/d/actor/d_a_himo2.cpp b/src/d/actor/d_a_himo2.cpp index 90e4154d..61b2d4a6 100644 --- a/src/d/actor/d_a_himo2.cpp +++ b/src/d/actor/d_a_himo2.cpp @@ -34,7 +34,8 @@ public: m1C = 2.3f; m20 = 1.9f; } - virtual ~himo2HIO_c() {}; + virtual ~himo2HIO_c() {} + void genMessage(JORMContext*) {} public: /* 0x04 */ s8 mNo; |
