Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6134 in orxonox.OLD for branches/objectmanager/src/util/state.h


Ignore:
Timestamp:
Dec 16, 2005, 5:16:00 PM (18 years ago)
Author:
bensch
Message:

om: disected the old worldEntity list out.
removed GarbageCollector
minor updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/objectmanager/src/util/state.h

    r6121 r6134  
    1010class PNode;
    1111class WorldEntity;
    12 template<class T> class tList;
    1312class ObjectManager;
    1413
     
    4342  /// WORLD_ENTITY_LIST ///
    4443  /////////////////////////
    45   /** @param worldEntityList The World's List of WorldEntities */
    46   static inline void setWorldEntityList(tList<WorldEntity>* worldEntityList) { State::worldEntityList = worldEntityList; };
    47   /** @returns the List of WorldEntities */
    48   static inline tList<WorldEntity>* getWorldEntityList() { return State::worldEntityList; };
    4944
    5045 private:
     
    5651  static ObjectManager*         objectManager;      //!< A referenct to the current ObjectManager
    5752
    58   static tList<WorldEntity>*    worldEntityList;    //!< The List of the worldEntities
    59 
    60   //tStack<
    6153};
    6254
Note: See TracChangeset for help on using the changeset viewer.