#include "mtypes.h" char *ERROR_ALLOC_STRUCT="Error allocating structure"; char *ERROR_LOADING_PATTERN="Error loading pattern"; char *ERROR_LOADING_TRACK="Error loading track"; char *ERROR_LOADING_HEADER="Error loading header"; char *ERROR_NOT_A_MODULE="Unknown module format"; char *ERROR_LOADING_SAMPLEINFO="Error loading sampleinfo"; char *ERROR_OUT_OF_HANDLES="Out of sample-handles"; char *ERROR_SAMPLE_TOO_BIG="Sample too big, out of memory"; char *myerr;