src/music/extmidi.h
author belugas
Wed, 04 Apr 2007 01:35:16 +0000
changeset 6420 456c275f3313
parent 6124 9f822ae6c086
child 7170 923946ec324f
permissions -rw-r--r--
(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near
/* $Id$ */

#ifndef MUSIC_EXTERNAL_H
#define MUSIC_EXTERNAL_H

#include "../hal.h"

extern const HalMusicDriver _extmidi_music_driver;

#endif /* MUSIC_EXTERNAL_H */