Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3277 in orxonox.OLD for orxonox/branches/parenting/src/p_node.h


Ignore:
Timestamp:
Dec 25, 2004, 1:44:31 AM (19 years ago)
Author:
patrick
Message:

orxonox/branches/parenting: worldentity is now derived from parentnode, pNode added into the world class, not yet used activly.. this will be a mess…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/p_node.h

    r3276 r3277  
    3434  PNode ();
    3535  PNode (Vector* absCoordinate, PNode* pNode);
    36   ~PNode ();
     36  virtual ~PNode ();
     37
     38  void destroy ();
    3739
    3840  PNode* parent; //! a pointer to the parent node
Note: See TracChangeset for help on using the changeset viewer.