Files @ r2189:2faee8988cf3
Branch filter:

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

tron
(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
/* $Id$ */

#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H

#include "../hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif