mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
ef60434f72
Added D2X implementation licensed under GPLv3 terms.
Cut from c030c4531a
7 lines
168 B
C
7 lines
168 B
C
#ifndef INCLUDED_MVE_AUDIO_H
|
|
#define INCLUDED_MVE_AUDIO_H
|
|
|
|
void mveaudio_uncompress(short *buffer, unsigned char *data, int length);
|
|
|
|
#endif /* INCLUDED_MVE_AUDIO_H */
|