summaryrefslogtreecommitdiffstats
path: root/src/xpm_w32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xpm_w32.h')
-rw-r--r--src/xpm_w32.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xpm_w32.h b/src/xpm_w32.h
new file mode 100644
index 0000000..914739b
--- /dev/null
+++ b/src/xpm_w32.h
@@ -0,0 +1,7 @@
+/*
+ * Header file for xpm_w32.c
+ */
+
+#ifndef XPM_W32__H
+int LoadXpmImage(char *filename, HBITMAP *hImage, HBITMAP *hShape);
+#endif