Files @ r2501:b736427b8e02
Branch filter:

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

bjarni
(svn r3027) -Feature: [OSX] command+q now works in main menu (Tobin)
/* $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 */