Files @ r6719:ff541d003b29
Branch filter:

Location: cpp/openttd-patchpack/source/src/music/bemidi.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_BEMIDI_H
#define MUSIC_BEMIDI_H

#include "../hal.h"

extern const HalMusicDriver _bemidi_music_driver;

#endif /* MUSIC_BEMIDI_H */