dxx-rebirth/main/snddecom.h
md2211 d393f32eed * Removed executable flag on most files
* Reverted value of SOUND_MAX_VOLUME
2007-09-21 19:06:05 +00:00

7 lines
124 B
C

#ifndef _SNDDECOM_H
#define _SNDDECOM_H
void sound_decompress(unsigned char *data, int size, unsigned char *outp);
#endif