win32.h
author tron
Sat, 28 Oct 2006 14:37:33 +0000
changeset 4991 a9f3eb46f329
parent 2436 7d5df545bd5d
child 5168 e206899169c4
permissions -rw-r--r--
(svn r6994) -Regression (r6291): When sending an aircrafts to a hangar the wrong bit gets tested to determine if a aircraft should stop there or just get serviced
Also remove a stale comment
Both spotted and fixed by Mart3p
/* $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 */