Files @ r5861:fb8b458daaef
Branch filter:

Location: cpp/openttd-patchpack/source/src/music/os2_m.h

rubidium
(svn r8437) -Codechange: move often duplicated (in MSU) define to the udp header.
/* $Id$ */

#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H

#include "../hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif