Files @ r3543:8cd935dbcab8
Branch filter:

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

miham
(svn r4408) [Language update by miham] Quick fixed polish.txt
/* $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 */