Files @ r5083:08e51c69944a
Branch filter:

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

KUDr
(svn r7147) -CodeChange: Don't use references if they can refer to NULL (Tron)
/* $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 */