Changeset 6277 in orxonox.OLD for branches/network/src/world_entities/world_entity.h
- Timestamp:
- Dec 24, 2005, 3:27:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/world_entity.h
r6142 r6277 74 74 protected: 75 75 // CharacterAttributes* charAttr; //!< the character attributes of a world_entity 76 char modelFileName[1024]; //!< the filename of the loaded model 76 77 77 78 private: … … 85 86 std::list<WorldEntity*>::iterator objectListIterator; //!< The iterator position of this Entity in the given list of the ObjectManager. 86 87 88 87 89 }; 88 90
Note: See TracChangeset
for help on using the changeset viewer.