win32.h
author miham
Wed, 03 Aug 2005 17:45:36 +0000
changeset 2277 f13e8a0d5bf4
parent 2207 be1ef1e1fc58
child 2436 7d5df545bd5d
permissions -rw-r--r--
(svn r2801) [Translators] Updated translations to 20050803 (2 lang(s))
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

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

#endif