mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-22 07:06:01 +00:00
9 lines
128 B
C
9 lines
128 B
C
|
#ifndef MUSIC_EXTERNAL_H
|
||
|
#define MUSIC_EXTERNAL_H
|
||
|
|
||
|
#include "hal.h"
|
||
|
|
||
|
extern const HalMusicDriver _extmidi_music_driver;
|
||
|
|
||
|
#endif
|