Files @ r3395:c2e7902edace
Branch filter:

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

orudge
(svn r4204) - Get trunk compiling again on OS/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 */