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
commitab59156e6147d86906ca79af2e89ac96e97c6afe (patch)
tree8bd9a5f411d6d3d03e950189c43d88519f89e9d1 /win32.h
parent5293ee67ca4829623937e09dd980a0765c08be0c (diff)
downloadopenttd-ab59156e6147d86906ca79af2e89ac96e97c6afe.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