Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2008, 7:36:33 PM (16 years ago)
Author:
nicolasc
Message:

just a test - don't morge this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gcc43/src/orxonox/tools/Mesh.h

    r1558 r1634  
    4545            void setMesh(const std::string& file);
    4646
    47             inline Ogre::Entity* getEntity()
     47            Ogre::Entity* getEntity()
    4848                { return this->entity_; }
    4949
    50             inline const std::string& getName() const
     50            const std::string& getName() const
    5151                { return this->entity_->getName(); }
    5252
    53             inline void setVisible(bool visible)
     53            void setVisible(bool visible)
    5454                { this->entity_->setVisible(visible); }
    55             inline bool getVisible() const
     55            bool getVisible() const
    5656                { return this->entity_->getVisible(); }
    5757
Note: See TracChangeset for help on using the changeset viewer.