win32.h
author peter1138
Fri, 03 Feb 2006 15:51:00 +0000
changeset 2963 6645da0a5b4a
parent 2436 177cb6a8339f
child 5168 10a8dc9788d7
permissions -rw-r--r--
(svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
/* $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 */