diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index cfc37a0..632456d 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -21,4 +21,14 @@ bool epc_can_attack (struct map_session_data *sd, int *target_id); int epc_takeitem(struct map_session_data *sd, struct flooritem_data *fitem); +int epc_class2idx(int *classPtr); + +int epc_jobid2mapid(unsigned short *b_class); + +int epc_mapid2jobid(unsigned short *class_, int *sex); + +bool epc_db_checkid(unsigned int *class_); + +int epc_calc_skilltree_normalize_job(struct map_session_data *sd); + #endif // EVOL_MAP_PC |