Files @ r3307:dfa82eb5422a
Branch filter:

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

truelight
(svn r4066) -Fix: oops, forgot to remove a debug line
/* $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 */