Files @ r3364:b604bde0e49a
Branch filter:

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

bjarni
(svn r4159) added missing comments about refitting in CmdCloneVehicle
/* $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 */