Files @ r2505:e634a07afb03
Branch filter:

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

bjarni
(svn r3031) forgot 1 file and two lines in rev 3029 (mac midi stuff)
/* $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 */