mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-21 22:53:19 +00:00
11 lines
143 B
C
11 lines
143 B
C
/* $Id$ */
|
|
|
|
#ifndef MUSIC_EXTERNAL_H
|
|
#define MUSIC_EXTERNAL_H
|
|
|
|
#include "../hal.h"
|
|
|
|
extern const HalMusicDriver _extmidi_music_driver;
|
|
|
|
#endif
|