win32.h
author tron
Fri, 05 Aug 2005 11:53:48 +0000
changeset 2286 acb76b379e72
parent 2207 40c928fbde8a
child 2436 177cb6a8339f
permissions -rw-r--r--
(svn r2810) Threads may now return information when they terminate using a void*.
Also add the new files to the MSVC project files.
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

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

#endif