#include "../stdafx.h"
#include "../debug.h"
#include "../string_func.h"
#include "../sound/sound_driver.hpp"
#include "../video/video_driver.hpp"
#include "extmidi.h"
#include <fcntl.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <signal.h>
#include <sys/stat.h>
#include <errno.h>
Go to the source code of this file.
Defines | |
#define | EXTERNAL_PLAYER "timidity" |
Variables | |
static FMusicDriver_ExtMidi | iFMusicDriver_ExtMidi |
Definition in file extmidi.cpp.