1 2 3 4 5 6 7 8
#ifndef MUSIC_BEMIDI_H #define MUSIC_BEMIDI_H #include "hal.h" extern const HalMusicDriver _bemidi_music_driver; #endif