Files @ r2619:14b1b02e2787
Branch filter:

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

peter1138
(svn r3157) - Feature: Added patch option to link the terraform toolbar to the rail, road, water and airport toolbars. If enabled, the terraform toolbar will open and close with those toolbars.
/* $Id$ */

#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "../hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif