Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MCIWave.cpp File Reference
#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)

Variables

const int MCI_MAX_STR = 128
HWND hwndApp

Function Documentation

void delete_wave_file ( LPWAVEHDR  hdr,
LPWAVEFORMATEX  format 
)

Definition at line 149 of file MCIWave.cpp.

int load_wave_file ( const char *  fname,
LPWAVEHDR  hdr,
LPWAVEFORMATEX  format 
)

Definition at line 55 of file MCIWave.cpp.

void Print ( const char *  fmt,
  ... 
)

Definition at line 1520 of file Game.cpp.


Variable Documentation

HWND hwndApp
const int MCI_MAX_STR = 128

Definition at line 24 of file MCIWave.cpp.