auto import from //depot/cupcake/@135843

This commit is contained in:
The Android Open Source Project
2009-03-03 19:28:42 -08:00
parent 05806d7af6
commit 88b607994a
404 changed files with 43942 additions and 0 deletions

14
tools/atree/options.h Normal file
View File

@@ -0,0 +1,14 @@
#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