music/extmidi.h
author belugas
Fri, 27 Oct 2006 16:18:47 +0000
changeset 4966 9486538c344d
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly
/* $Id$ */

#ifndef MUSIC_EXTERNAL_H
#define MUSIC_EXTERNAL_H

#include "../hal.h"

extern const HalMusicDriver _extmidi_music_driver;

#endif