OpenTTD Source
1.11.0-beta2
|
#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. | |
static FMusicDriver_BeMidi | iFMusicDriver_BeMidi |
Factory for BeOS' midi player. | |
Support for BeOS midi.
Definition in file bemidi.cpp.