PSXSDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
modplay_int.h
Go to the documentation of this file.
1 
5 #ifndef _MODPLAY_INT_H
6 #define _MODPLAY_INT_H
7 
8 void MODPlay_func(ModMusic *m, int c, int s, int p, int vl, int vr);
9 extern int modplay_int_cnt;
10 extern unsigned int modload_flags;
11 extern const unsigned short modplay_pitch_per_tbl[120];
12 
13 ModMusic *MODLoad_MOD(void *d);
14 void MODPlay_MOD(ModMusic *m, int *t);
15 
16 #endif