Files @ r4691:b59d8581817b
Branch filter:

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

belugas
(svn r6596) -Fix(r6562) : Add missing resize_window_widget.h to MSVC projects
/* $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 */