win32.h
author tron
Wed, 27 Jul 2005 19:22:38 +0000
changeset 2207 40c928fbde8a
parent 2186 461a2aff3486
child 2436 177cb6a8339f
permissions -rw-r--r--
(svn r2725) Move MyShowCursor() back into win32.c, it fits better there
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

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

#endif