Files @ r2567:a475d65e5a9c
Branch filter:

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

bjarni
(svn r3104) -Codechange: [refit] removed now obsolite code that the old autoreplace needed
/* $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 */