home *** CD-ROM | disk | FTP | other *** search
/ PC Loisirs 18 / cd.iso / sharewar / mikm202 / source / merror.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-18  |  476 b   |  13 lines

  1. #include "mtypes.h"
  2.  
  3. char *ERROR_ALLOC_STRUCT="Error allocating structure";
  4. char *ERROR_LOADING_PATTERN="Error loading pattern";
  5. char *ERROR_LOADING_TRACK="Error loading track";
  6. char *ERROR_LOADING_HEADER="Error loading header";
  7. char *ERROR_NOT_A_MODULE="Unknown module format";
  8. char *ERROR_LOADING_SAMPLEINFO="Error loading sampleinfo";
  9. char *ERROR_OUT_OF_HANDLES="Out of sample-handles";
  10. char *ERROR_SAMPLE_TOO_BIG="Sample too big, out of memory";
  11.  
  12. char *myerr;
  13.