Files @ r2251:2ffa13456a09
Branch filter:

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

miham
(svn r2771) [Translations] Latvian status changed back to unfinished due to 1341 missing strings
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

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

#endif