Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2005, 4:56:23 PM (19 years ago)
Author:
bensch
Message:

objectManager: super-debug

File:
1 edited

Legend:

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

    r6089 r6091  
    8383  static std::list<WorldEntity*>* distanceFromObject(const PNode& center, float radius, ClassID classID);
    8484
     85  void debug(OM_LIST omList) const;
     86  void debug(const char* listName = NULL);
    8587
    8688  static OM_LIST StringToOMList(const char* listName);
    87   static const char* StringToOMList(OM_LIST omList);
     89  static const char* OMListToString(OM_LIST omList);
    8890
    8991 private:
Note: See TracChangeset for help on using the changeset viewer.