Changeset 9305 in orxonox.OLD for branches/proxy/src/lib/coord
- Timestamp:
- Jul 17, 2006, 1:54:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/coord/p_node.h
r9304 r9305 73 73 74 74 //! Patent Node is a Engine to calculate the position of an Object in respect to the position of its parent. 75 class PNode : virtual public BaseObject, public Synchronizeable {75 class PNode : virtual public BaseObject, virtual public Synchronizeable { 76 76 public: 77 77 PNode (PNode* parent = PNode::getNullParent(), long nodeFlags = PNODE_PARENT_MODE_DEFAULT);
Note: See TracChangeset
for help on using the changeset viewer.