Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_build
/
b0f4173700fc37d0765998e7c563c844ee4cbed1
/
.
/
tools
/
atree
/
options.h
blob: a227d0fdc44a34bf916da447f4dcfc4eb1760ee1 [
file
] [
log
] [
blame
]
#ifndef
OPTIONS_H
#define
OPTIONS_H
#include
<string>
#include
<vector>
using
namespace
std
;
extern
vector
<string>
g_listFiles
;
extern
vector
<string>
g_inputBases
;
extern
string
g_outputBase
;
extern
bool
g_useHardLinks
;
#endif
// OPTIONS_H