win32.h
author Darkvater
Sun, 26 Mar 2006 16:29:20 +0000
changeset 3335 caea2aff4db6
parent 2436 7d5df545bd5d
child 5168 e206899169c4
permissions -rw-r--r--
(svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

typedef void (*Function)(int);
bool LoadLibraryList(Function proc[], const char* dll);

#endif /* WIN32_H */