Files @ r2458:19436c43c92b
Branch filter:

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

tron
(svn r2984) Use adequate types, this should aid portability a bit
/* $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 */