mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-27 17:32:06 +00:00
11 lines
134 B
C
11 lines
134 B
C
/* $Id$ */
|
|
|
|
#ifndef MUSIC_DMUSIC_H
|
|
#define MUSIC_DMUSIC_H
|
|
|
|
#include "hal.h"
|
|
|
|
extern const HalMusicDriver _dmusic_midi_driver;
|
|
|
|
#endif
|