summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-10 12:03:35 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-10 12:03:35 +0300
commit1d34b1d90999a9dda263c8235e5036d7b6179fa5 (patch)
treee36226f3b75ec24ca41342d819cb3a22ef10fc34 /src/map/pc.h
parent8aeb5afe7d8c3cb9f2d3aad45d573cbb59566412 (diff)
downloadevol-hercules-1d34b1d90999a9dda263c8235e5036d7b6179fa5.tar.gz
evol-hercules-1d34b1d90999a9dda263c8235e5036d7b6179fa5.tar.bz2
evol-hercules-1d34b1d90999a9dda263c8235e5036d7b6179fa5.tar.xz
evol-hercules-1d34b1d90999a9dda263c8235e5036d7b6179fa5.zip
map: overload job/class related functions.
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h10
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