Sona 0.50/tools/mml2sona/main.h
#ifndef MAIN_H_
#define MAIN_H_
#include <stddef.h>
#include <stdint.h>
#include <limits.h>
#define PROGRAM_NAME "mml2sona"
#define PROGRAM_VER "0.50"
// Include all error messages
// There's a separate file for each language
#define ERRORMSG_H_
#include "errormsg_en.h"
#endif