Files @ r5157:a56ae3d45452
Branch filter:

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

KUDr
(svn r7255) -Comments added for CBlobBaseSimple, CBlobT classes
/* $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 */