Files @ r4167:c2fe5fc7b838
Branch filter:

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

miham
(svn r5601) WebTranslator2 update to 2006-07-24 22:10:14
german - 1 changed by Neonox (1)
slovak - 10 changed by lengyel (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 */