comparison src/timidity/libtimidity/timidity.h @ 2971:3134a0987162

- changed include path from audacious to audlegacy. - changed include path for libSAD.h.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 26 Nov 2008 02:55:04 +0900
parents 6e2070ea35e7
children
comparison
equal deleted inserted replaced
2970:57d499fc5056 2971:3134a0987162
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/plugin.h> 26 #include <audlegacy/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 {