Files @ r4285:8d597bba823e
Branch filter:

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

rubidium
(svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this.
/* $Id$ */

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

extern const HalVideoDriver _win32_video_driver;

#endif