Files @ r3306:6416bf3ee8e4
Branch filter:

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

truelight
(svn r4065) -Fix: the configure now knows --host-cflags
/* $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 */