Files @ r2299:f465fd68e7cc
Branch filter:

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

truelight
(svn r2823) -Fix: MorphOS doesn't have pthread either!
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

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

#endif