mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
13 lines
163 B
C
13 lines
163 B
C
/* $Id$ */
|
|
|
|
#ifndef VIDEO_WIN32_H
|
|
#define VIDEO_WIN32_H
|
|
|
|
#include "hal.h"
|
|
|
|
bool MyShowCursor(bool show);
|
|
|
|
extern const HalVideoDriver _win32_video_driver;
|
|
|
|
#endif
|