X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Fzoneproperties.h;h=8169f87a6bfd2c58d7cfbd3fac934f3c68f049d6;hb=eb8b919a1a224c0d6f206d1d29a9b4b8c3a0cac8;hp=fe58c9f07229f052e6e0a28a4dbb545d1c9afab5;hpb=7e27b311e33beda1746eb63e0945633f262427f6;p=r2c2.git diff --git a/source/designer/zoneproperties.h b/source/designer/zoneproperties.h index fe58c9f..8169f87 100644 --- a/source/designer/zoneproperties.h +++ b/source/designer/zoneproperties.h @@ -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,9 @@ private: Msp::GLtk::Entry *ent_group; Msp::GLtk::Dropdown *drp_qualifier; Msp::GLtk::Entry *ent_number; + Msp::GLtk::FunctionListData up_directions; + Msp::GLtk::Dropdown *drp_up_direction; + Msp::GLtk::Dropdown *drp_preferred_dir; public: ZoneProperties(R2C2::Zone &);