OpenTTD
|
Music playback for Windows. More...
#include "../stdafx.h"
#include "../string_func.h"
#include "win32_m.h"
#include <windows.h>
#include <mmsystem.h>
#include "../safeguards.h"
Go to the source code of this file.
Variables | |
struct { | |
bool stop_song | |
bool terminate | |
bool playing | |
int new_vol | |
HANDLE wait_obj | |
HANDLE thread | |
UINT_PTR devid | |
char start_song [MAX_PATH] | |
} | _midi |
static FMusicDriver_Win32 | iFMusicDriver_Win32 |
Music playback for Windows.
Definition in file win32_m.cpp.