Files @ r2174:494188320cb1
Branch filter:

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

tron
(svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...
#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "hal.h"

bool MyShowCursor(bool show);

extern const HalVideoDriver _win32_video_driver;

#endif