2005-07-24 14:12:37 +00:00
|
|
|
/* $Id$ */
|
|
|
|
|
2005-07-24 06:09:54 +00:00
|
|
|
#ifndef WIN32_H
|
|
|
|
#define WIN32_H
|
|
|
|
|
2005-07-27 19:22:38 +00:00
|
|
|
bool MyShowCursor(bool show);
|
|
|
|
|
2005-07-24 06:09:54 +00:00
|
|
|
typedef void (*Function)(int);
|
|
|
|
bool LoadLibraryList(Function proc[], const char* dll);
|
|
|
|
|
|
|
|
#endif
|