auto import from //depot/cupcake/@135843
This commit is contained in:
14
tools/atree/options.h
Normal file
14
tools/atree/options.h
Normal 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
|
Reference in New Issue
Block a user