win32.h
author bjarni
Tue, 29 Aug 2006 23:39:57 +0000
changeset 4451 66603f0f732e
parent 2436 177cb6a8339f
child 5168 10a8dc9788d7
permissions -rw-r--r--
(svn r6229) -Feature: Shared order lists now got a "goto depot" button
this will try to send all vehicles in the list to depots/hangars
currently if one fails to find a depot, it will not tell the player
/* $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 */