Files @ r4285:8d597bba823e
Branch filter:

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

rubidium
(svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this.
/* $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 */