Files @ r6719:ff541d003b29
Branch filter:

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

glx
(svn r9951) -Fix: slope check was incomplete when building road over tram track (and vice-versa)
-Fix: you could build a drive-through station over a sloped road/tram track
/* $Id$ */

#ifndef MUSIC_WIN32_H
#define MUSIC_WIN32_H

#include "../hal.h"

extern const HalMusicDriver _win32_music_driver;

#endif /* MUSIC_WIN32_H */