OpenTTD/win32.h

10 lines
140 B
C
Raw Normal View History

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