Files @ r3388:b8a9554bfe12
Branch filter:

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

celestar
(svn r4196) -Codechange: Add and make use of an accessor that modifies the size of the Company HQ
/* $Id$ */

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

extern const HalVideoDriver _win32_video_driver;

#endif