diff options
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index 8053352..e3cb31a 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -6,4 +6,7 @@ struct npc_data* enpc_checknear(struct map_session_data* sd, struct block_list* bl); +void enpc_parse_unknown_mapflag(const char *name, char *w3, char *w4, const char* start, + const char* buffer, const char* filepath, int *retval); + #endif // EVOL_MAP_NPC |