diff options
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(); |
