]> icculus.org git repositories - btb/d2x.git/blob - include/mve_audio.h
whitespace
[btb/d2x.git] / include / mve_audio.h
1 #ifndef INCLUDED_MVE_AUDIO_H
2 #define INCLUDED_MVE_AUDIO_H
3
4 #define MVE_AUDIO_FLAGS_STEREO     1
5 #define MVE_AUDIO_FLAGS_16BIT      2
6 #define MVE_AUDIO_FLAGS_COMPRESSED 4
7
8 void mveaudio_uncompress(short *buffer, unsigned char *data, int length);
9
10 #endif /* INCLUDED_MVE_AUDIO_H */