You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/win32.h

12 lines
185 B
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 */