win32.h
author orudge
Sun, 31 Jul 2005 13:23:43 +0000
changeset 2245 4acb296fe90d
parent 2207 be1ef1e1fc58
child 2436 7d5df545bd5d
permissions -rw-r--r--
(svn r2765) - Update MSVC6 and Watcom projects with strgen/stdafx.c removal
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

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

#endif