music/bemidi.h
author tron
Mon, 26 Sep 2005 13:38:12 +0000
changeset 2462 2f90bb70fb00
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r2988) static where static is due
/* $Id$ */

#ifndef MUSIC_BEMIDI_H
#define MUSIC_BEMIDI_H

#include "../hal.h"

extern const HalMusicDriver _bemidi_music_driver;

#endif