Files @ r2173:6185ef9f111b
Branch filter:

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

tron
(svn r2687) Make a variable static
#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "hal.h"

bool MyShowCursor(bool show);

extern const HalVideoDriver _win32_video_driver;

#endif