summaryrefslogtreecommitdiff
path: root/win32.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-27 19:22:38 +0000
committertron <tron@openttd.org>2005-07-27 19:22:38 +0000
commit9aa4893e66bc81a589b58bc08e0373212072299e (patch)
treea870ac7c944b92964c616675d5f385365c5d568a /win32.h
parenta1557fa270432477b5a0457162110f77ea9df90f (diff)
downloadopenttd-9aa4893e66bc81a589b58bc08e0373212072299e.tar.xz
(svn r2725) Move MyShowCursor() back into win32.c, it fits better there
Diffstat (limited to 'win32.h')
-rw-r--r--win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32.h b/win32.h
index fb33a93ab..f28481ff4 100644
--- a/win32.h
+++ b/win32.h
@@ -3,6 +3,8 @@
#ifndef WIN32_H
#define WIN32_H
+bool MyShowCursor(bool show);
+
typedef void (*Function)(int);
bool LoadLibraryList(Function proc[], const char* dll);