diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 087f1e4e4..9ddf153aa 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1388,6 +1388,7 @@ int map_foreachiddb(int (*)(DBKey,void*,va_list),...); void map_addnickdb(struct map_session_data *); struct map_session_data * map_nick2sd(char*); int compare_item(struct item *a, struct item *b); +char *map_normalize_name(char *mapname); // ‚»‚Ì‘¼ int map_check_dir(int s_dir,int t_dir); |