The Android Open Source Project 54b6cfa9a9 Initial Contribution
2008-10-21 07:00:00 -07:00

12 lines
179 B
C++

#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