summaryrefslogtreecommitdiff
path: root/win32.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-24 06:09:54 +0000
committertron <tron@openttd.org>2005-07-24 06:09:54 +0000
commit475d7fc0aec274a1d16893ecc248e40b61ea609f (patch)
tree8bd9a5f411d6d3d03e950189c43d88519f89e9d1 /win32.h
parent23c20173b1724867cd0b2d4065efcce051db5dbf (diff)
downloadopenttd-475d7fc0aec274a1d16893ecc248e40b61ea609f.tar.xz
(svn r2697) Make compiling with SDL on Windows work again (missing #includes) and fix some warnings
Diffstat (limited to 'win32.h')
-rw-r--r--win32.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/win32.h b/win32.h
new file mode 100644
index 000000000..f96807798
--- /dev/null
+++ b/win32.h
@@ -0,0 +1,7 @@
+#ifndef WIN32_H
+#define WIN32_H
+
+typedef void (*Function)(int);
+bool LoadLibraryList(Function proc[], const char* dll);
+
+#endif