summaryrefslogtreecommitdiff
path: root/src/emap/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/pc.h')
-rw-r--r--src/emap/pc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/emap/pc.h b/src/emap/pc.h
index 92af4cf..951c91e 100644
--- a/src/emap/pc.h
+++ b/src/emap/pc.h
@@ -66,4 +66,12 @@ int epc_insert_card_pre(struct map_session_data* sd, int *idx_card, int *idx_equ
int epc_insert_card_post(int retVal, struct map_session_data* sd, int *idx_card, int *idx_equip);
+bool epc_can_Adopt_pre(struct map_session_data *p1_sd,
+ struct map_session_data *p2_sd,
+ struct map_session_data *b_sd);
+
+bool epc_adoption_pre(struct map_session_data *p1_sd,
+ struct map_session_data *p2_sd,
+ struct map_session_data *b_sd);
+
#endif // EVOL_MAP_PC