Files @ r5097:922ff8b7f8de
Branch filter:

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

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

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

extern const HalVideoDriver _win32_video_driver;

#endif