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