win32.h
author truelight
Fri, 14 Jul 2006 18:45:31 +0000
branch0.4
changeset 10061 2f16698d8206
parent 9959 984493ab6fff
permissions -rw-r--r--
(svn r5498) -Fix: in r4677, Darkvater ported patch r4508 from trunk wrongly into the 0.4 branch. Because of that stations no longer delivered goods to industries if they were more then 2 tiles away, instead of the allowed station_spread * 2.
/* $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 */