Files @ r5420:db79ed83ce8d
Branch filter:

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

KUDr
(svn r7623) - Fix: [YAPF] trains/roadvehs trying to enter the bridge ramp from under bridge rail/road (introduced by bridge merge r7573)
/* $Id$ */

#ifndef MUSIC_WIN32_H
#define MUSIC_WIN32_H

#include "../hal.h"

extern const HalMusicDriver _win32_music_driver;

#endif