win32.h
author Darkvater
Mon, 20 Feb 2006 23:40:53 +0000
changeset 3052 ebb8c7a94e5f
parent 2436 7d5df545bd5d
child 5168 e206899169c4
permissions -rw-r--r--
(svn r3641) - Rename MusicFilesettings 'btn_down' to more sensible 'playing'
/* $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 */