1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-18 18:02:37 +01:00
Files
OpenTTD/music/os2_m.h

11 lines
129 B
C

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