#include "MemDebug.h"
#include "Types.h"
Go to the source code of this file.
Functions |
void | Print (const char *fmt,...) |
int | load_wave_file (const char *fname, LPWAVEHDR hdr, LPWAVEFORMATEX format) |
void | delete_wave_file (LPWAVEHDR hdr, LPWAVEFORMATEX format) |
Function Documentation
void delete_wave_file |
( |
LPWAVEHDR |
hdr, |
|
|
LPWAVEFORMATEX |
format |
|
) |
| |
int load_wave_file |
( |
const char * |
fname, |
|
|
LPWAVEHDR |
hdr, |
|
|
LPWAVEFORMATEX |
format |
|
) |
| |
void Print |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
Variable Documentation
const int MCI_MAX_STR = 128 |