music/dmusic.h
author peter1138
Wed, 09 Nov 2005 07:25:55 +0000
changeset 2619 c2f488e400b1
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r3157) - Feature: Added patch option to link the terraform toolbar to the rail, road, water and airport toolbars. If enabled, the terraform toolbar will open and close with those toolbars.
/* $Id$ */

#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H

#include "../hal.h"

extern const HalMusicDriver _dmusic_midi_driver;

#endif