auto import from //depot/cupcake/@135843

This commit is contained in:
The Android Open Source Project
2009-03-03 18:28:14 -08:00
parent 094268cf8c
commit 05806d7af6
403 changed files with 0 additions and 43815 deletions

View File

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