summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
index 087d34d40..25487e7ff 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -89,6 +89,8 @@ int npc_reload(void);
void npc_read_event_script(void);
int npc_script_event(struct map_session_data* sd, enum npce_event type);
+int npc_cashshop_buy(struct map_session_data *sd, int nameid, int amount, int points);
+
extern struct npc_data* fake_nd;
#endif /* _NPC_H_ */