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 12