Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2842 in orxonox.OLD for orxonox/trunk/importer/object.h


Ignore:
Timestamp:
Nov 12, 2004, 6:51:15 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/importer: doxygen tags added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/importer/object.h

    r2833 r2842  
    11/*!
    2  \file object.h
    3  \brief Contains the Object Class that handles 3D-Objects
     2  \file object.h
     3  \brief Contains the Object Class that handles 3D-Objects
    44*/
    55
     
    1515
    1616using namespace std;
    17 extern int verbose;
     17
     18extern int verbose; //!< fill be removed and added again as a verbose-class
     19
    1820
    1921//! Class that handles 3D-Objects. it can also read them in and display them.
Note: See TracChangeset for help on using the changeset viewer.