Files @ r3396:d37915d9f159
Branch filter:

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

orudge
(svn r4205) Whoops, forgot to add os_timer.c to project
/* $Id$ */

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

extern const HalVideoDriver _win32_video_driver;

#endif