summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index ea240f2..dfed77f 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -686,6 +686,10 @@ int map_addnpc(int,struct npc_data *);
// 床アイテム関連
int map_clearflooritem_timer(int,unsigned int,int,int);
#define map_clearflooritem(id) map_clearflooritem_timer(0,0,id,1)
+int map_addflooritem_any(struct item *,int amount,int m,int x,int y,
+ struct map_session_data **owners,
+ int *owner_protection,
+ int lifetime, int dispersal);
int map_addflooritem(struct item *,int,int,int,int,struct map_session_data *,struct map_session_data *,struct map_session_data *,int);
int map_searchrandfreecell(int,int,int,int);