11 lines
135 B
C
11 lines
135 B
C
/* $Id$ */
|
|
|
|
#ifndef MUSIC_BEMIDI_H
|
|
#define MUSIC_BEMIDI_H
|
|
|
|
#include "hal.h"
|
|
|
|
extern const HalMusicDriver _bemidi_music_driver;
|
|
|
|
#endif
|