start trying to figure out where the documentation is
[mussa.git] / alg / parse_options.hpp
index bd08ef526cf43be1b0b47acf303e1a6225318015..52445d06a8b40b5456a6160ae87f95ff3db6b442 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _PARSE_OPTIONS_H_
 #define _PARSE_OPTIONS_H_
 
+#include <string>
+
 class Mussa;
 
 //! collect information about runtime options
@@ -11,6 +13,8 @@ struct MussaOptions
 
   //! pointer to our analysis, if its null, feel free to die
   Mussa *analysis;
+  //! Location of documentation
+  std::string doc_dir;
   //! should we use the gui?
   bool useGUI;
   //! launch as python