1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-21 03:12:41 +01:00
Files
OpenTTD/music/dmusic.h

11 lines
137 B
C

/* $Id$ */
#ifndef MUSIC_DMUSIC_H
#define MUSIC_DMUSIC_H
#include "../hal.h"
extern const HalMusicDriver _dmusic_midi_driver;
#endif