added audio flag macros

This commit is contained in:
Bradley Bell 2002-08-26 06:42:38 +00:00
parent 8edddebda0
commit 72f535d3e2

View file

@ -1,6 +1,10 @@
#ifndef INCLUDED_MVE_AUDIO_H
#define INCLUDED_MVE_AUDIO_H
#define MVE_AUDIO_FLAGS_STEREO 1
#define MVE_AUDIO_FLAGS_16BIT 2
#define MVE_AUDIO_FLAGS_COMPRESSED 4
void mveaudio_uncompress(short *buffer, unsigned char *data, int length);
#endif /* INCLUDED_MVE_AUDIO_H */