tron@2186: /* $Id$ */ tron@2186: tron@2183: #ifndef WIN32_H tron@2183: #define WIN32_H tron@2183: tron@2207: bool MyShowCursor(bool show); tron@2207: tron@2183: typedef void (*Function)(int); tron@2183: bool LoadLibraryList(Function proc[], const char* dll); tron@2183: Darkvater@2436: #endif /* WIN32_H */