diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-21 13:46:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-21 10:46:14 -0800 |
| commit | 16a2980f5a2e6a9c00a05077eeab513f74fcff72 (patch) | |
| tree | 1c53405a44b0b63478250da5bf18507a2ec8081a /include/d/actor | |
| parent | 48f1d47690d0a43a77f7ae210b0cf21a6bc835bc (diff) | |
Update to objdiff 3.5.0 (#2980)
* Update to objdiff 3.5.0
* Fix symbols being in .data instead of .rodata for Wii/Shield
Diffstat (limited to 'include/d/actor')
| -rw-r--r-- | include/d/actor/d_a_obj_lv4CandleTag.h | 2 | ||||
| -rw-r--r-- | include/d/actor/d_a_obj_sword.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/d/actor/d_a_obj_lv4CandleTag.h b/include/d/actor/d_a_obj_lv4CandleTag.h index cc56acdb1c..c17705392e 100644 --- a/include/d/actor/d_a_obj_lv4CandleTag.h +++ b/include/d/actor/d_a_obj_lv4CandleTag.h @@ -15,6 +15,8 @@ */ class dalv4CandleTag_c : public fopAc_ac_c, public request_of_phase_process_class, public dEvLib_callback_c { public: + typedef void (dalv4CandleTag_c::*modeFunc)(); + enum Mode { MODE_WATCH, MODE_NG, diff --git a/include/d/actor/d_a_obj_sword.h b/include/d/actor/d_a_obj_sword.h index 851c6fe3f7..5043db2233 100644 --- a/include/d/actor/d_a_obj_sword.h +++ b/include/d/actor/d_a_obj_sword.h @@ -13,6 +13,8 @@ */ class daObjSword_c : public daItemBase_c { public: + typedef int (daObjSword_c::*actionFunc)(); + void initBaseMtx(); void setBaseMtx(); int Create(); |
