]> git.tdb.fi Git - builder.git/blobdiff - source/feature.h
Allow features to be exported
[builder.git] / source / feature.h
index 5bcaa4df53a3be6a91d538883c1a51701786e85c..f0134db8dbdb712d9b276d57addd4203a96359db 100644 (file)
@@ -18,6 +18,7 @@ struct Feature
        std::string description;
        std::string default_value;
        std::list<std::string> choices;
+       bool exported;
 
        Feature(const std::string &);
 };