Files @ r3868:ed35ebacd605
Branch filter:

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

peter1138
(svn r4905) - NewGRF: fix typo that prevented non-english NewGRF text from working.
/* $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 */