forked from mirror/OpenTTD
11 lines
129 B
C
11 lines
129 B
C
/* $Id$ */
|
|
|
|
#ifndef MUSIC_OS2_H
|
|
#define MUSIC_OS2_H
|
|
|
|
#include "../hal.h"
|
|
|
|
extern const HalMusicDriver _os2_music_driver;
|
|
|
|
#endif
|