Files @ r3841:b2b63fd9db7a
Branch filter:

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

miham
(svn r4865) [Translations] Added new (empty) language: afrikaans language
/* $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 */