| 1610 | |
| 1611 | static const char *bakprefix = "(backup)", *xmapspath = "mapediting/xmaps"; |
| 1612 | char *xmapfilename(const char *nick, const char *prefix = "") { static defformatstring(fn)("%s/%s%s.xmap", xmapspath, prefix, nick); return path(fn); } |
| 1613 | |
| 1614 | void writexmap(xmap *xm, const char *prefix = "") |
| 1615 | { |