Files @ r5109:a43c4352f7fb
Branch filter:

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

peter1138
(svn r7183) -Feature (cont): Convert all language from ISO8859-15 to UTF-8
/* $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 */