win32.h
author miham
Thu, 03 Aug 2006 18:09:42 +0000
changeset 4213 72b659a63c0d
parent 2436 7d5df545bd5d
child 5168 e206899169c4
permissions -rw-r--r--
(svn r5742) WebTranslator2 update to 2006-08-03 20:09:26
slovak - 12 changed by lengyel (12)
/* $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 */