Files @ r2280:70feb404746f
Branch filter:

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

miham
(svn r2804) [Translators] Updated translations to 20050804 (21 lang(s))
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

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

#endif