Files @ r2633:c8c56854b430
Branch filter:

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

orudge
(svn r3175) - Updated OS/2 project file to include station_newgrf.c
/* $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 */