win32.h
author tron
Tue, 06 Sep 2005 15:33:30 +0000
changeset 2391 2ed70af7e8be
parent 2207 be1ef1e1fc58
child 2436 7d5df545bd5d
permissions -rw-r--r--
(svn r2917) Some mechanical changes (s/COMMA16/COMMA/ etc.)
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

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

#endif