OpenTTD
|
Support for BeOS midi. More...
#include "../stdafx.h"
#include "../openttd.h"
#include "bemidi.h"
#include <MidiSynthFile.h>
#include "../safeguards.h"
Go to the source code of this file.
Variables | |
static BMidiSynthFile | midiSynthFile |
The file we're playing. | |
static FMusicDriver_BeMidi | iFMusicDriver_BeMidi |
Factory for BeOS' midi player. |
Support for BeOS midi.
Definition in file bemidi.cpp.
|
static |
Factory for BeOS' midi player.
Definition at line 25 of file bemidi.cpp.
|
static |
The file we're playing.
Definition at line 22 of file bemidi.cpp.
Referenced by MusicDriver_BeMidi::IsSongPlaying(), MusicDriver_BeMidi::PlaySong(), MusicDriver_BeMidi::Stop(), and MusicDriver_BeMidi::StopSong().