matthijs@9959: /* $Id$ */ matthijs@9959: matthijs@9959: #ifndef WIN32_H matthijs@9959: #define WIN32_H matthijs@9959: matthijs@9959: bool MyShowCursor(bool show); matthijs@9959: matthijs@9959: typedef void (*Function)(int); matthijs@9959: bool LoadLibraryList(Function proc[], const char* dll); matthijs@9959: matthijs@9959: #endif /* WIN32_H */