]> git.donarmstrong.com Git - mothur.git/blobdiff - progress.hpp
addition of summary.seq command [pds]
[mothur.git] / progress.hpp
index 82eed70745bc79b7c9fd60b1b6fd5db883e782d4..a2ae7d121729d34292e0b88a86d09a2e628a7cdd 100644 (file)
@@ -1,14 +1,17 @@
 #ifndef PROGRESS_H
 #define PROGRESS_H
 
-#include <string>
+#include "mothur.h"
+
 using namespace std;
 
 class Progress {
        
 public:
+       Progress();
        Progress(string, int);
        void update(int);
+       void newLine(string, int);
        void finish();
        
 private: