summaryrefslogtreecommitdiff
path: root/video/win32_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/win32_v.h')
-rw-r--r--video/win32_v.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/video/win32_v.h b/video/win32_v.h
new file mode 100644
index 000000000..235040c44
--- /dev/null
+++ b/video/win32_v.h
@@ -0,0 +1,10 @@
+#ifndef VIDEO_WIN32_H
+#define VIDEO_WIN32_H
+
+#include "hal.h"
+
+bool MyShowCursor(bool show);
+
+extern const HalVideoDriver _win32_video_driver;
+
+#endif