Provides a simple wrapper around the C API of the human-readable map16 C++ library.
To convert a binary Lunar Magic map16 file to a folder tree of human-readable text files, use the [from_map16] function:
# use from_map16;
from_map16;
To convert from the folder generated by from_map16 back to a binary map16 file, use [to_map16]:
# use to_map16;
to_map16;