Files @ r5097:922ff8b7f8de
Branch filter:

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

KUDr
(svn r7167) -Fix: [FS#367] Crash: engine.h:194: RailVehInfo: Assertion (reported by skidd13)
/* $Id$ */

#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "../hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif