music/dmusic.h
author rubidium
Thu, 30 Aug 2007 19:42:09 +0000
branch0.5
changeset 5538 1e1067ea0a0d
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r11008) [0.5] -Fix (r11007): CTRL-S (save) and CTRL-Z (undo) shouldn't be pressed simultaniously before committing.
/* $Id$ */

#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H

#include "../hal.h"

extern const HalMusicDriver _dmusic_midi_driver;

#endif