musix 0.3.5

Music player library for esoteric audio formats (music from C64,Amiga etc)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id: line6_68.c 116 2009-06-18 14:09:54Z benjihan $ */

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#ifdef EMU68_MONOLITIC
# error "EMU68_MONOLITIC should NOT be defined when compiling this file."
#else
# include "lines68.h"
# include "lines/line6.c"
#endif