aboutsummaryrefslogtreecommitdiff
path: root/libbbot/build-config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbbot/build-config.hxx')
-rw-r--r--libbbot/build-config.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/libbbot/build-config.hxx b/libbbot/build-config.hxx
index 9396782..b5c5ade 100644
--- a/libbbot/build-config.hxx
+++ b/libbbot/build-config.hxx
@@ -37,6 +37,11 @@ namespace bbot
struct build_configs: std::vector<build_config>
{
+ // List of all configuration class names. Starts with the all and default
+ // classes. The rest follows in the same order as in the buildtab.
+ //
+ std::vector<std::string> classes;
+
// A map of derived class names to their bases.
//
std::map<std::string, std::string> class_inheritance_map;