win32.h
author miham
Wed, 17 Aug 2005 12:30:07 +0000
changeset 2349 df02d0ffb588
parent 2207 40c928fbde8a
child 2436 177cb6a8339f
permissions -rw-r--r--
(svn r2875) [translations] Restored langfiles (f*cked up at 2874, sorry (problem fixed))
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

typedef void (*Function)(int);
bool LoadLibraryList(Function proc[], const char* dll);

#endif