Files @ r2588:5d7081ed502a
Branch filter:

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

tron
(svn r3125) Symbolic names for skiping sprites and the end of the sprite list
/* $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 */