AnimIO library doesn't export any public functions itself. It just contains loaders and savers
for various animation formats and thus is used by functions such as OpenAnim(), LoadAnim()
or SaveAnim(). Therefore, when using Miniwood you need to load animio library whenever you
want to load or save anim files.
The library is also available in a lightweight variant named animio-lite which doesn't
contain any inbuilt loaders and savers but uses the ones provided by the host operating
systems instead. See Lite versions of libraries for details.