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