X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffeature.h;h=f0134db8dbdb712d9b276d57addd4203a96359db;hb=HEAD;hp=2ab2081ec213e4a9658fa4852de2d87017c71db5;hpb=aa053d637e8259755af7d2e4b510a242f4d29c7b;p=builder.git diff --git a/source/feature.h b/source/feature.h deleted file mode 100644 index 2ab2081..0000000 --- a/source/feature.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef FEATURE_H_ -#define FEATURE_H_ - -#include - -struct Feature -{ - class Loader: public Msp::DataFile::ObjectLoader - { - public: - Loader(Feature &); - - private: - void choice(const std::string &); - }; - - std::string name; - std::string description; - std::string default_value; - std::vector choices; - bool exported; - - Feature(const std::string &); -}; - -#endif