Files @ r3416:f8cc1e7bf1e0
Branch filter:

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

tron
(svn r4231) Remove ModifyTile(), it's not used anymore, yay!
/* $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 */