Files @ r4637:8f1f806849f4
Branch filter:

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

miham
(svn r6505) WebTranslator2 update to 2006-09-25 19:11:24
spanish - 10 fixed by eusebio (10)
/* $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 */