Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 7:14:41 PM (16 years ago)
Author:
landauf
Message:

finally found the damn fkng bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/Mesh.h

    r576 r589  
    1212        public:
    1313            Mesh();
    14             Mesh(const std::string& file);
    1514            ~Mesh();
     15            void setMesh(const std::string& file);
     16
    1617            inline Ogre::Entity* getEntity()
    1718                { return this->entity_; }
     19
     20            inline const std::string& getName() const
     21                { return this->entity_->getName(); }
    1822
    1923        private:
Note: See TracChangeset for help on using the changeset viewer.