Files @ r2185:83c584e8be30
Branch filter:

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

tron
(svn r2700) Insert Id tag into the Makefile
#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "hal.h"

bool MyShowCursor(bool show);

extern const HalVideoDriver _win32_video_driver;

#endif