Database updates, code is not completely in sync yet.
[emufront] / src / utils / ziputil.h
1 #ifndef ZIPUTIL_H
2 #define ZIPUTIL_H
3 #include <iostream>
4 #include <string>
5
6 using namespace std;
7
8 class ZipUtil
9 {
10 public:
11     ZipUtil();
12     static void zipContents(string filePath);
13 };
14
15 #endif // ZIPUTIL_H