mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-21 22:53:19 +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
|