Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 19, 2008, 12:38:32 AM (16 years ago)
Author:
landauf
Message:

Namespaces are working now. I love this feature, can't stop playing with it :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core2/src/orxonox/core/NamespaceNode.h

    r895 r901  
    5353            bool includes(const NamespaceNode*) const;
    5454
     55            std::string toString() const;
     56            std::string toString(const std::string& indentation) const;
     57
    5558        private:
    5659            std::string name_;
Note: See TracChangeset for help on using the changeset viewer.