The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | #ifndef XMB_H |
2 | #define XMB_H | ||||
3 | |||||
4 | #include <string> | ||||
5 | #include <vector> | ||||
6 | |||||
7 | using namespace std; | ||||
8 | |||||
9 | int do_xlb_export(const string& outFile, const vector<string>& resFiles); | ||||
10 | |||||
11 | #endif // XMB_H |