3 This file is part of builder
4 Copyright © 2007, 2009 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
11 #include <msp/datafile/loader.h>
15 class Loader: public Msp::DataFile::BasicLoader<Feature>
23 std::string def_value;
25 Feature(const std::string &n): name(n) { }
28 typedef std::list<Feature> FeatureList;