Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 30, 2005, 9:43:05 AM (20 years ago)
Author:
patrick
Message:

network: much work on multiplayability, does not yet work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/world_entity.h

    r5511 r5829  
    88
    99#include "p_node.h"
     10#include "synchronizeable.h"
     11#include "model.h"
    1012
    1113#include "glincl.h"
     
    2123
    2224//! Basis-class all interactive stuff in the world is derived from
    23 class WorldEntity : public PNode
     25class WorldEntity : public PNode, public Synchronizeable
    2426{
    2527 public:
Note: See TracChangeset for help on using the changeset viewer.