Files @ r2266:ad052f5e50c6
Branch filter:

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

tron
(svn r2786) Add plural forms
/* $Id$ */

#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H

#include "../hal.h"

extern const HalMusicDriver _dmusic_midi_driver;

#endif