diff options
Diffstat (limited to 'src/common/mapindex.h')
-rw-r--r-- | src/common/mapindex.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/mapindex.h b/src/common/mapindex.h index f49ee923b..0d2c0c46e 100644 --- a/src/common/mapindex.h +++ b/src/common/mapindex.h @@ -36,7 +36,9 @@ extern char mapindex_cfgfile[80]; #define MAP_VEINS "veins" #define MAP_JAIL "sec_pri" #define MAP_NOVICE "new_zone01" -char *mapindex_normalize_name(char *mapname); + +const char* mapindex_getmapname(const char* string, char* output); +const char* mapindex_getmapname_ext(const char* string, char* output); int mapindex_addmap(int index, const char *name); unsigned short mapindex_name2id(const char*); const char* mapindex_id2name(unsigned short); |