summaryrefslogtreecommitdiffstats
path: root/source/install-zip.h
diff options
context:
space:
mode:
authorGentoo <installgentoo@endianness.com>2021-03-27 10:36:05 +1100
committerGentoo <installgentoo@endianness.com>2021-03-27 10:36:05 +1100
commit0349c6d6572f59770898d3f40287ebdcd2f8ed30 (patch)
tree4f55d594e5343a7d4f4e6d4dea34d9c35caa0b99 /source/install-zip.h
downloadYetAnotherModLoader-master.tar.gz
YetAnotherModLoader-master.tar.bz2
YetAnotherModLoader-master.zip
initial commitHEADmaster
Diffstat (limited to 'source/install-zip.h')
-rw-r--r--source/install-zip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/install-zip.h b/source/install-zip.h
new file mode 100644
index 0000000..4bc408a
--- /dev/null
+++ b/source/install-zip.h
@@ -0,0 +1,6 @@
+#ifndef ZIP_H
+#define ZIP_H
+
+void unZip(char zipFilePath[]);
+
+#endif