mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-30 07:34:37 +01: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
|