Files @ r3202:9eef9ae84c2b
Branch filter:

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

truelight
(svn r3870) -Fix: missed one item in last commit, tnx glx :)
/* $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 */