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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emap/pc.h b/src/emap/pc.h
index 5c53449..3e58cf0 100644
--- a/src/emap/pc.h
+++ b/src/emap/pc.h
@@ -58,4 +58,8 @@ int epc_dropitem_pre(struct map_session_data *sd, int *nPtr, int *amountPtr);
int epc_dropitem_post(int retVal, struct map_session_data *sd, int *nPtr, int *amountPtr);
+int epc_takeitem_pre(struct map_session_data *sd, struct flooritem_data *fitem);
+
+int epc_takeitem_post(int retVal, struct map_session_data *sd, struct flooritem_data *fitem);
+
#endif // EVOL_MAP_PC