(svn r2697) Make compiling with SDL on Windows work again (missing #includes) and fix some warnings

This commit is contained in:
tron
2005-07-24 06:09:54 +00:00
parent 23c20173b1
commit 475d7fc0ae
3 changed files with 27 additions and 20 deletions

7
win32.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef WIN32_H
#define WIN32_H
typedef void (*Function)(int);
bool LoadLibraryList(Function proc[], const char* dll);
#endif