Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 5, 2005, 12:19:31 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/guiMerge: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/guiMerge/src/lib/gui/gui/gui_audio.h

    r4048 r4049  
    1212class OrxonoxGuiAudio : public OrxonoxGuiElement
    1313{
    14  private:
    15   Frame* audioFrame;        //!< The Frame that holds the audio Options.
    16   Box* audioBox;            //!< The Box that holds the audio Options.
    17   CheckButton* enableSound; //!< A Ckeckbutton for enabling Sound.
    18   Slider* musicVolume;      //!< A Slider for music volume.
    19   Slider* effectsVolume;    //!< A Slider for effects volume.
    2014 public:
    2115  OrxonoxGuiAudio(void);
Note: See TracChangeset for help on using the changeset viewer.