Files @ r2793:d1e70008d1a4
Branch filter:

Location: cpp/openttd-patchpack/source/win32.h

truelight
(svn r3341) -Codechange: make mingw32 happy, and renamed Rectangle, because it already exists on that platform
/* $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 */