(svn r2725) Move MyShowCursor() back into win32.c, it fits better there

This commit is contained in:
tron
2005-07-27 19:22:38 +00:00
parent a1557fa270
commit 9aa4893e66
4 changed files with 14 additions and 13 deletions

View File

@@ -5,8 +5,6 @@
#include "../hal.h"
bool MyShowCursor(bool show);
extern const HalVideoDriver _win32_video_driver;
#endif