mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
10 lines
140 B
C
10 lines
140 B
C
/* $Id$ */
|
|
|
|
#ifndef WIN32_H
|
|
#define WIN32_H
|
|
|
|
typedef void (*Function)(int);
|
|
bool LoadLibraryList(Function proc[], const char* dll);
|
|
|
|
#endif
|