win32.h
author Darkvater
Tue, 16 May 2006 22:11:15 +0000
branch0.4
changeset 10012 dddbb8033ba3
parent 9959 984493ab6fff
permissions -rw-r--r--
(svn r4894) - Backport from trunk (r4750):
Trains could enter certain sloped rail tiles under bridges with incompatible rail type
/* $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 */