Files @ r2216:ed8d0dd67dce
Branch filter:

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

celestar
(svn r2734) -Feature: The Main Toolbar Dropdown Menu can now display disabled items
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

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

#endif