Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 3, 2005, 12:19:03 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: doxygen-comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_gtk.h

    r3315 r3317  
    282282{
    283283 private:
    284   int start;
    285   int end;
     284  int start;                            //!< The beginning of the Slider-range.
     285  int end;                              //!< The end of the Slider-range.
    286286 public:
    287287  Slider(char* slidername, int start, int end);
Note: See TracChangeset for help on using the changeset viewer.