dxx-rebirth/main/snddecom.h

7 lines
124 B
C
Raw Normal View History

2006-03-20 16:43:15 +00:00
#ifndef _SNDDECOM_H
#define _SNDDECOM_H
void sound_decompress(unsigned char *data, int size, unsigned char *outp);
#endif