1 #ifndef _DJGPP_INCLUDE_MIX_H
2 #define  _DJGPP_INCLUDE_MIX_H
3 
4 #include "pce.h"
5 #include "sound.h"
6 
7 extern void (*update_sound[4])();
8 
9 UInt32 WriteBufferAdpcm8(UChar *buf,
10                        UInt32 begin,
11                        UInt32 size,
12                        SChar* Index,
13                        SInt32* PreviousValue
14                        );
15 
16 void WriteBuffer(char *buf,
17 				int ch,
18 				unsigned dwSize);
19 
20 #endif
21