Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 13, 2006, 2:33:30 PM (18 years ago)
Author:
patrick
Message:

new structure in docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/coll_rect/src/lib/collision_reaction/collision_handle.h

    r9869 r9888  
    11/*!
    22 * @file collision_handle.h
    3  * @brief Definition of a collision handle: used for accesing per world entity collision events and reactions
     3 * @brief Definition of a collision handle: used for accessing per world entity collision events and reactions
    44*/
    55
     
    6464
    6565    std::vector<Collision*>       collisionList;           //!< a list full of collisions
    66     /// TODO Take a std::set here!
    6766    std::vector<ClassID>          targetList;              //!< a list of target classes for filtering @TODO TAKE SET INSTEAD OF VECTOR HERE
    6867
Note: See TracChangeset for help on using the changeset viewer.