Files @ r2401:130abb14f1bf
Branch filter:

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

tron
(svn r2927) Fix/remove stale information, line breaks, inform FreeBSD users about the required ports
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

typedef void (*Function)(int);
bool LoadLibraryList(Function proc[], const char* dll);

#endif