diff options
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index f75ede9c5..93fb3fa60 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -146,6 +146,8 @@ 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); +void npc_foreach(int (*func)(DBKey,void*,va_list), ...); + extern struct npc_data* fake_nd; #endif /* _NPC_H_ */ |