Files @ r3495:3c692ea3e92d
Branch filter:

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

belugas
(svn r4346) CodeChange : Add and Use Accessors to Industry's Stage and Counter construction. Removed last direct map access from Disaster_cmd.c as well. Based on work from Rubidium in tfc_newmap
/* $Id$ */

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

extern const HalVideoDriver _win32_video_driver;

#endif