Files @ r3397:201712b6c981
Branch filter:

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

peter1138
(svn r4206) - Add bridge_map.h and unmovable_map.h to MS VS project file
/* $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 */