Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9685 in orxonox.OLD for branches/new_class_id/src/util


Ignore:
Timestamp:
Aug 22, 2006, 1:16:23 PM (18 years ago)
Author:
bensch
Message:

adapted many classes to the new ClassID System, now comes the hard part… Scripting… then Network… wow this will be so bad :/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/util/object_manager.h

    r9656 r9685  
    9090  const EntityList& getObjectList(OM_LIST listNumber) const { return this->objectLists[listNumber]; }
    9191
    92   static void distanceFromObject(EntityList& entities, const PNode& center, float radius, ClassID classID);
     92  template <class T> static void distanceFromObject(EntityList& entities, const PNode& center, float radius, NewObjectList<T>& list);
    9393
    9494  void debug(OM_LIST omList, unsigned int level = 0) const;
Note: See TracChangeset for help on using the changeset viewer.