dxx-rebirth/d1x-rebirth/main/snddecom.h

7 lines
124 B
C

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