Sona 0.50 Source

Sona 0.50/tools/mml2sona/mml.h

#ifndef MML_H_
#define MML_H_

#include "stream.h"

Stream *load_mml(const char *filename);

#endif