Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6461 in orxonox.OLD


Ignore:
Timestamp:
Jan 10, 2006, 2:10:39 AM (18 years ago)
Author:
patrick
Message:

network: changed the network synchronizeable design slighlty

Location:
branches/network/src
Files:
2 edited

Legend:

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

    r6424 r6461  
    2121#include "base_object.h"
    2222#include "stdincl.h"
     23#include "synchronizeable.h"
    2324
    2425#include "vector.h"
     
    7273
    7374//! 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 {
     75class PNode : virtual public BaseObject, virtual public Synchronizeable {
    7576 public:
    7677  PNode (PNode* parent = PNode::getNullParent(), long nodeFlags = PNODE_PARENT_MODE_DEFAULT);
  • branches/network/src/world_entities/world_entity.h

    r6424 r6461  
    2525
    2626//! Basis-class all interactive stuff in the world is derived from
    27 class WorldEntity : public PNode, public Synchronizeable
     27class WorldEntity : public PNode
    2828{
    2929 public:
Note: See TracChangeset for help on using the changeset viewer.