Files @ r5093:287224e9627d
Branch filter:

Location: cpp/openttd-patchpack/source/win32.h

KUDr
(svn r7162) -CodeChange: disabled compilation of unused code (Darkvater)
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

typedef void (*Function)(int);
bool LoadLibraryList(Function proc[], const char* dll);

#endif /* WIN32_H */