diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-18 00:54:24 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-18 00:54:24 -0400 |
| commit | bc09a831c52b505ecdd5e617fb31ece9fa7d6c6c (patch) | |
| tree | c44621e71fc32ed803cd152226570e352ad1f384 /include/d/actor/d_a_daiocta.h | |
| parent | 6002c9bda445bef835df84a033970de041b8eb1c (diff) | |
Fix compile and link errors when building in debug mode
Diffstat (limited to 'include/d/actor/d_a_daiocta.h')
| -rw-r--r-- | include/d/actor/d_a_daiocta.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/d/actor/d_a_daiocta.h b/include/d/actor/d_a_daiocta.h index c9de1d57..f613c279 100644 --- a/include/d/actor/d_a_daiocta.h +++ b/include/d/actor/d_a_daiocta.h @@ -170,6 +170,8 @@ class daDaiocta_HIO_c : public mDoHIO_entry_c { public: daDaiocta_HIO_c(); + void genMessage(JORMContext* ctx) {} + public: /* 0x004 */ u8 m004; /* 0x005 */ u8 m005; |
