12 lines
179 B
C
Raw Normal View History

#ifndef XMB_H
#define XMB_H
#include <string>
#include <vector>
using namespace std;
int do_xlb_export(const string& outFile, const vector<string>& resFiles);
#endif // XMB_H