Changeset 5829 in orxonox.OLD for branches/network/src/world_entities/world_entity.h
- Timestamp:
- Nov 30, 2005, 9:43:05 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/world_entity.h
r5511 r5829 8 8 9 9 #include "p_node.h" 10 #include "synchronizeable.h" 11 #include "model.h" 10 12 11 13 #include "glincl.h" … … 21 23 22 24 //! Basis-class all interactive stuff in the world is derived from 23 class WorldEntity : public PNode 25 class WorldEntity : public PNode, public Synchronizeable 24 26 { 25 27 public:
Note: See TracChangeset
for help on using the changeset viewer.