OpenTTD/win32.h

8 lines
128 B
C
Raw Normal View History

#ifndef WIN32_H
#define WIN32_H
typedef void (*Function)(int);
bool LoadLibraryList(Function proc[], const char* dll);
#endif