OpenTTD/src/music/os2_m.h

11 lines
147 B
C

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