Files @ r2372:a11aa4a17996
Branch filter:

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

tron
(svn r2898) Fix typo in r2897
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

typedef void (*Function)(int);
bool LoadLibraryList(Function proc[], const char* dll);

#endif