Files @ r2207:2553be73ee95
Branch filter:

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

tron
(svn r2725) Move MyShowCursor() back into win32.c, it fits better there
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

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

#endif