Go to the source code of this file.
Typedefs | |
typedef _NativeMidiSong | NativeMidiSong |
Functions | |
int | native_midi_init () |
NativeMidiSong * | native_midi_loadsong (char *midifile) |
void | native_midi_freesong (NativeMidiSong *song) |
void | native_midi_start (NativeMidiSong *song) |
void | native_midi_stop () |
int | native_midi_active () |
void | native_midi_setvolume (int volume) |
char * | native_midi_error () |
|
Definition at line 67 of file native_midi.h. Referenced by Teddy::SpaceGame::AudioManager::AudioManager(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|