Changeset 6461 in orxonox.OLD for branches/network/src/lib/coord
- Timestamp:
- Jan 10, 2006, 2:10:39 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/coord/p_node.h
r6424 r6461 21 21 #include "base_object.h" 22 22 #include "stdincl.h" 23 #include "synchronizeable.h" 23 24 24 25 #include "vector.h" … … 72 73 73 74 //! Patent Node is a Engine to calculate the position of an Object in respect to the position of its parent. 74 class PNode : virtual public BaseObject {75 class PNode : virtual public BaseObject, virtual public Synchronizeable { 75 76 public: 76 77 PNode (PNode* parent = PNode::getNullParent(), long nodeFlags = PNODE_PARENT_MODE_DEFAULT);
Note: See TracChangeset
for help on using the changeset viewer.