mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-27 01:24:07 +00:00
9 lines
122 B
C
9 lines
122 B
C
|
#ifndef MUSIC_DMUSIC_H
|
||
|
#define MUSIC_DMUSIC_H
|
||
|
|
||
|
#include "hal.h"
|
||
|
|
||
|
extern const HalMusicDriver _dmusic_midi_driver;
|
||
|
|
||
|
#endif
|