comparison src/timidity/libtimidity/timidity.h @ 1980:6e2070ea35e7

more work
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 00:53:28 -0500
parents 2ebeb7816c5e
children 3134a0987162
comparison
equal deleted inserted replaced
1979:839804c3b3a4 1980:6e2070ea35e7
21 */ 21 */
22 22
23 #ifndef TIMIDITY_H 23 #ifndef TIMIDITY_H
24 #define TIMIDITY_H 24 #define TIMIDITY_H
25 25
26 #include <audacious/vfs.h> 26 #include <audacious/plugin.h>
27 #include <stdlib.h> 27 #include <stdlib.h>
28 28
29 #ifdef __cplusplus 29 #ifdef __cplusplus
30 extern "C" 30 extern "C"
31 { 31 {