summaryrefslogtreecommitdiff
path: root/video/win32_v.h
blob: ccc9aed942636090540b0e0c65f98094041e2064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id$ */

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

bool MyShowCursor(bool show);

extern const HalVideoDriver _win32_video_driver;

#endif