win32.h
author tron
Sun, 24 Jul 2005 14:12:37 +0000
changeset 2186 461a2aff3486
parent 2183 6fba9150225b
child 2207 40c928fbde8a
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