diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-14 21:49:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-14 21:49:49 -0300 |
commit | 725fdb6b74c2506bd1f143c80db5a6557f949d72 (patch) | |
tree | d851845315b219657ab2159f473cdfff2370a509 | |
parent | c693c134062fc2518967d423ae97b4b7de232c04 (diff) | |
download | evol-hercules-725fdb6b74c2506bd1f143c80db5a6557f949d72.tar.gz evol-hercules-725fdb6b74c2506bd1f143c80db5a6557f949d72.tar.bz2 evol-hercules-725fdb6b74c2506bd1f143c80db5a6557f949d72.tar.xz evol-hercules-725fdb6b74c2506bd1f143c80db5a6557f949d72.zip |
The defines are here, time to try compiling!
-rw-r--r-- | src/emap/pc.h | 4 | ||||
-rw-r--r-- | src/emap/status.h | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/emap/pc.h b/src/emap/pc.h index 0dd9708..8f55af7 100644 --- a/src/emap/pc.h +++ b/src/emap/pc.h @@ -156,4 +156,8 @@ bool epc_isDeathPenaltyJob_pre(uint16 *jobPtr); bool epc_read_skill_job_skip_pre(short *skill_idPtr, int *job_idPtr); +int epc_bonus_preHook(struct map_session_data **sd, + int *type, + int *val); + #endif // EVOL_MAP_PC diff --git a/src/emap/status.h b/src/emap/status.h index 4fa5a34..63e0a42 100644 --- a/src/emap/status.h +++ b/src/emap/status.h @@ -45,4 +45,11 @@ int estatus_change_end__post(int retVal, void estatus_calc_pc_recover_hp_pre(struct map_session_data **sdPtr, struct status_data **bstatusPtr); +int estatus_calc_pc_preHook(struct map_session_data **sd, + enum e_status_calc_opt *opt); + +int estatus_calc_homunculus_postHook(int retVal, + struct homun_data *hd, + enum e_status_calc_opt opt) + #endif // EVOL_MAP_STATUS |