]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/zoneproperties.h
Support directionality for zones
[r2c2.git] / source / designer / zoneproperties.h
index fe58c9f07229f052e6e0a28a4dbb545d1c9afab5..c27cadb54e4a22e623931cf0d840211288d7fafb 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010 Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef ZONEPROPERTIES_H_
 #define ZONEPROPERTIES_H_
 
@@ -20,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 &);