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/BillboardSet.h

    r1558 r1634  
    4646            void setBillboardSet(const std::string& file, const ColourValue& colour = ColourValue(1.0, 1.0, 1.0), int count = 1, const Vector3& position = Vector3::ZERO);
    4747
    48             inline Ogre::BillboardSet* getBillboardSet()
     48            Ogre::BillboardSet* getBillboardSet()
    4949                { return this->billboardSet_; }
    5050
    51             inline const std::string& getName() const
     51            const std::string& getName() const
    5252                { return this->billboardSet_->getName(); }
    5353
    54             inline void setVisible(bool visible)
     54            void setVisible(bool visible)
    5555                { this->billboardSet_->setVisible(visible); }
    56             inline bool getVisible() const
     56            bool getVisible() const
    5757                { return this->billboardSet_->getVisible(); }
    5858
Note: See TracChangeset for help on using the changeset viewer.