Changeset 6461 in orxonox.OLD for branches/network/src
- Timestamp:
- Jan 10, 2006, 2:10:39 AM (19 years ago)
- Location:
- branches/network/src
- Files:
-
- 2 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); -
branches/network/src/world_entities/world_entity.h
r6424 r6461 25 25 26 26 //! Basis-class all interactive stuff in the world is derived from 27 class WorldEntity : public PNode , public Synchronizeable27 class WorldEntity : public PNode 28 28 { 29 29 public:
Note: See TracChangeset
for help on using the changeset viewer.