win32.h
author tron
Tue, 22 Aug 2006 20:39:18 +0000
changeset 4353 2b941f2c325c
parent 2436 177cb6a8339f
child 5168 10a8dc9788d7
permissions -rw-r--r--
(svn r6054) Change the sign sorter in a similar way as the other sorters: Remember a list of pointers to signs instead of a list of SignIDs - This removes a layer of indirection
Also make the sign list static
/* $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 */