Files @ r3742:a30bdea03972
Branch filter:

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

peter1138
(svn r4724) - Newstations: Add per-tile random data for station tiles.
/* $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 */