Files @ r2841:b4a60d909d86
Branch filter:

Location: cpp/openttd-patchpack/source/video/sdl_v.h

tron
(svn r3389) -Fix: No fence was placed when placing fences and the neighbouring tile is a rail configuration which permits a fence but has a signal
(Per request of peter1138 the above line does not contain any commas)
/* $Id$ */

#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "../hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif