win32.h
author tron
Sun, 24 Jul 2005 06:09:54 +0000
changeset 2183 6fba9150225b
child 2186 461a2aff3486
permissions -rw-r--r--
(svn r2697) Make compiling with SDL on Windows work again (missing #includes) and fix some warnings
#ifndef WIN32_H
#define WIN32_H

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

#endif