1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-31 08:04:36 +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