1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2025-12-18 19:02:20 +01:00
Files
OpenTTD/win32.h

12 lines
171 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