Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9684 in orxonox.OLD for branches/new_class_id/src/lib/coord/p_node.h


Ignore:
Timestamp:
Aug 22, 2006, 1:34:31 AM (18 years ago)
Author:
bensch
Message:

orxonox/branches/new_class_id: slowly but surely reimplementing to the new groove… way to go

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/coord/p_node.h

    r9406 r9684  
    7474//! Patent Node is a Engine to calculate the position of an Object in respect to the position of its parent.
    7575class PNode : virtual public BaseObject, virtual public Synchronizeable {
    76  public:
     76  NewObjectListDeclaration(PNode);
     77
     78  public:
    7779  PNode (PNode* parent = PNode::getNullParent(), long nodeFlags = PNODE_PARENT_MODE_DEFAULT);
    7880  virtual ~PNode ();
Note: See TracChangeset for help on using the changeset viewer.