Files @ r4229:514e034b774c
Branch filter:

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

belugas
(svn r5785) Fix(5771) : Silenced a warning in MSVC that prevented from compiling.
/* $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 */