Files @ r2272:3c12f58ef97a
Branch filter:

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

tron
(svn r2794) Fix a comment and get rid of some parentheses using DeMorgan's law
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

typedef void (*Function)(int);
bool LoadLibraryList(Function proc[], const char* dll);

#endif