Files @ r3597:0f4285a9d8fa
Branch filter:

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

peter1138
(svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
/* $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 */