music/dmusic.h
author celestar
Tue, 02 Jan 2007 15:17:22 +0000
branchcustombridgeheads
changeset 5639 28eed7579ccb
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r7749) [cbh] - Doc: Updated the BUGS file with the problems known in cbh
/* $Id$ */

#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H

#include "../hal.h"

extern const HalMusicDriver _dmusic_midi_driver;

#endif