Files @ r2247:1906c1ca8100
Branch filter:

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

truelight
(svn r2767) -Fix: fixed potential mem-leak
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

typedef void (*Function)(int);
bool LoadLibraryList(Function proc[], const char* dll);

#endif