]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/zoneproperties.h
Support directionality for zones
[r2c2.git] / source / designer / zoneproperties.h
index a69d02a984b4e4a48b76855ea61fc51f64a30bb3..c27cadb54e4a22e623931cf0d840211288d7fafb 100644 (file)
@@ -13,6 +13,8 @@ private:
        Msp::GLtk::Entry *ent_group;
        Msp::GLtk::Dropdown *drp_qualifier;
        Msp::GLtk::Entry *ent_number;
+       Msp::GLtk::FunctionListData<R2C2::Track *> up_directions;
+       Msp::GLtk::Dropdown *drp_up_direction;
 
 public:
        ZoneProperties(R2C2::Zone &);