win32.h
author peter1138
Sat, 21 Jan 2006 20:34:17 +0000
changeset 2865 97cb78a1d02c
parent 2436 7d5df545bd5d
child 5168 e206899169c4
permissions -rw-r--r--
(svn r3413) - Fix: Under certain conditions placing a road tile parallel under a bridge would, instead of failing, succeed and place a perpendicular piece.
/* $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 */