music/dmusic.h
author Darkvater
Mon, 06 Nov 2006 00:17:32 +0000
changeset 5036 78d76f4bc144
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r7078) -Codechange: Make the zoom in/out buttons of the extra viewport into proper push-buttons.
/* $Id$ */

#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H

#include "../hal.h"

extern const HalMusicDriver _dmusic_midi_driver;

#endif