Files @ r2707:64cd0fc7c09d
Branch filter:

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

truelight
(svn r3251) -Fix: report errors from GPMI in a more detailed way (Igor2Code)
/* $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 */