summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-14 21:49:49 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-14 21:49:49 -0300
commit725fdb6b74c2506bd1f143c80db5a6557f949d72 (patch)
treed851845315b219657ab2159f473cdfff2370a509
parentc693c134062fc2518967d423ae97b4b7de232c04 (diff)
downloadevol-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.h4
-rw-r--r--src/emap/status.h7
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