blob: 96492b17046cf19f84f757967bfe5c5ec1c9df82 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001#ifndef XMB_H
2#define XMB_H
3
4#include <string>
5#include <vector>
6
7using namespace std;
8
9int do_xlb_export(const string& outFile, const vector<string>& resFiles);
10
11#endif // XMB_H