win32.h
author Darkvater
Sat, 12 Aug 2006 12:11:54 +0000
branch0.4
changeset 10072 e9bd7b46e732
parent 9959 984493ab6fff
permissions -rw-r--r--
(svn r5857) - Backport from trunk (r5800):
When directories were changed in 'Play Scenario', pressing 'New Game' showed
scenarios from that directory, not the default one.
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

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

#endif /* WIN32_H */