win32.h
changeset 2207 40c928fbde8a
parent 2186 461a2aff3486
child 2436 177cb6a8339f
--- a/win32.h	Wed Jul 27 10:11:45 2005 +0000
+++ b/win32.h	Wed Jul 27 19:22:38 2005 +0000
@@ -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);