home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sound, Music & MIDI Collection 2
/
SMMVOL2.bin
/
PROG
/
MK1_23.ZIP
/
MWAV.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-08-06
|
245 b
|
19 lines
#ifndef MWAV_H
#define MWAV_H
#include <stdio.h>
#ifdef __cplusplus
extern "C" {
#endif
SAMPLE *MK_LoadWave(char *filename);
SAMPLE *MK_LoadWave2(FILE *fp);
void MK_FreeWave(SAMPLE *si);
#ifdef __cplusplus
}
#endif
#endif