Files @ r2946:8de98996095c
Branch filter:

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

Darkvater
(svn r3502) - Update appropiate files with release information for 0.4.5
/* $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 */