Files @ r3450:279b1b5bdf8b
Branch filter:

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

celestar
(svn r4282) -Cleanup: Re-arranged the ignore groups into a more readable arrangement
/* $Id$ */

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

extern const HalVideoDriver _win32_video_driver;

#endif