Files @ r4004:948398516be1
Branch filter:

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

miham
(svn r5214) [languages] Re-done afrikaans change, this time proper
/* $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 */