win32.h
changeset 2183 6fba9150225b
child 2186 461a2aff3486
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/win32.h	Sun Jul 24 06:09:54 2005 +0000
@@ -0,0 +1,7 @@
+#ifndef WIN32_H
+#define WIN32_H
+
+typedef void (*Function)(int);
+bool LoadLibraryList(Function proc[], const char* dll);
+
+#endif