Changeset 5782 in orxonox.OLD for branches/world_entities/src/util/object_manager.h
- Timestamp:
- Nov 26, 2005, 5:00:05 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/world_entities/src/util/object_manager.h
r5682 r5782 11 11 12 12 // FORWARD DECLARATION 13 13 class PNode; 14 class WorldEntity; 14 15 15 16 class ObjectGroupList … … 30 31 31 32 33 const std::list<WorldEntity*>* distanceFromObject(const PNode& center, float radius, ClassID classID); 34 32 35 ObjectGroupList* getGroupList( ); 33 36 … … 38 41 std::list<ObjectGroupList> groupList; 39 42 43 const tList<BaseObject>* pNodeList; 44 40 45 41 46 };
Note: See TracChangeset
for help on using the changeset viewer.