win32.h
author tron
Sun, 24 Jul 2005 14:12:37 +0000
changeset 2186 db48cf29b983
parent 2183 b88b90aba8bc
child 2207 be1ef1e1fc58
permissions -rw-r--r--
(svn r2701) Insert Id tags into all source files
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

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

#endif