Files @ r3978:3ff3c65d1582
Branch filter:

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

KUDr
(svn r5162) - CodeChange: [YAPF] added flag "choice seen" into YAPF node for trains
/* $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 */