]> git.donarmstrong.com Git - mothur.git/blobdiff - engine.hpp
fixed some bugs and added scriptengine
[mothur.git] / engine.hpp
index d169905b54d5364a6e4819b109372c708513defd..603ff0a1c65fa528439b7a8f456991ae600c26ef 100644 (file)
@@ -57,4 +57,18 @@ private:
 };
 
 
+class ScriptEngine : public Engine {
+public:
+       ScriptEngine(string, string);
+       ~ScriptEngine();
+       virtual bool getInput();
+       int openedBatch;
+private:
+       GlobalData* globaldata;
+       string listOfCommands;
+       string getNextCommand(string&);
+
+};
+
+
 #endif