Files @ r2397:4b6ab96bf431
Branch filter:

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

Darkvater
(svn r2923) Update project files for VS2003 and VS6 (rev2921)
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

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

#endif