summaryrefslogtreecommitdiff
path: root/video/win32_v.h
blob: eba72cc8ff9c21a42c950d7d732ebbb75eecdfda (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