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_obj_ice.cpp | |
| parent | 31d95d843c42f28acfa9f686160e342d8a129411 (diff) | |
Add empty placeholders to fix HIO funcs missing when linking debug version
Diffstat (limited to 'src/d/actor/d_a_obj_ice.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_ice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_ice.cpp b/src/d/actor/d_a_obj_ice.cpp index 8ab41f5c..26d23a89 100644 --- a/src/d/actor/d_a_obj_ice.cpp +++ b/src/d/actor/d_a_obj_ice.cpp @@ -21,7 +21,7 @@ public: daObjIce_HIO_c(); virtual ~daObjIce_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; |
