Files @ r3450:279b1b5bdf8b
Branch filter:

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

celestar
(svn r4282) -Cleanup: Re-arranged the ignore groups into a more readable arrangement
/* $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 */