Files @ r5861:fb8b458daaef
Branch filter:

Location: cpp/openttd-patchpack/source/src/music/dmusic.h

rubidium
(svn r8437) -Codechange: move often duplicated (in MSU) define to the udp header.
/* $Id$ */

#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H

#include "../hal.h"

extern const HalMusicDriver _dmusic_midi_driver;

#endif