win32.h
author tron
Thu, 11 Aug 2005 07:29:24 +0000
changeset 2323 eadae7d611e7
parent 2207 be1ef1e1fc58
child 2436 7d5df545bd5d
permissions -rw-r--r--
(svn r2849) Fix r2806: pwd.h is necessary, but only if USE_HOMEDIR is defined
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

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

#endif