Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
96e0c3156e21bbdb0d94201b08d80379b98c472a
/
.
/
tools
/
localize
/
xmb.h
blob: 96492b17046cf19f84f757967bfe5c5ec1c9df82 [
file
] [
log
] [
blame
]
#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