Files @ r2216:ed8d0dd67dce
Branch filter:

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

celestar
(svn r2734) -Feature: The Main Toolbar Dropdown Menu can now display disabled items
/* $Id$ */

#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "../hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif