home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Loisirs 18
/
cd.iso
/
sharewar
/
mikm202
/
source
/
include
/
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-09-18
|
245 b
|
19 lines
#ifndef MWAV_H
#define MWAV_H
#include <stdio.h>
#ifdef __cplusplus
extern "C" {
#endif
SAMPLE *MW_LoadWavFP(FILE *fp);
SAMPLE *MW_LoadWavFN(char *filename);
void MW_FreeWav(SAMPLE *si);
#ifdef __cplusplus
}
#endif
#endif