mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-28 08:00:14 +01: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
|