diff options
Diffstat (limited to 'src/emap/status.h')
-rw-r--r-- | src/emap/status.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emap/status.h b/src/emap/status.h index 11f1695..4fa5a34 100644 --- a/src/emap/status.h +++ b/src/emap/status.h @@ -42,4 +42,7 @@ int estatus_change_end__post(int retVal, enum sc_type type, int tid, const char* file, int line); +void estatus_calc_pc_recover_hp_pre(struct map_session_data **sdPtr, + struct status_data **bstatusPtr); + #endif // EVOL_MAP_STATUS |