Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 24, 2006, 3:21:12 PM (18 years ago)
Author:
bensch
Message:

orxonox/new_class_id: SoundSource completely added as a Resource

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/lang/object_list.cc

    r9757 r9805  
    272272         ++it)
    273273    {
    274       printf("   + %s::%s\n", (*it)->getClassCName(), (*it)->getCName());
     274      printf("   + %s::%s (%p)\n", (*it)->getClassCName(), (*it)->getCName(), (*it));
    275275    }
    276276  }
Note: See TracChangeset for help on using the changeset viewer.