dxx-rebirth/main/snddecom.h
2006-03-20 16:43:15 +00:00

7 lines
124 B
C
Executable file

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