Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2006, 10:31:29 PM (18 years ago)
Author:
patrick
Message:

cr: some more functions prototypes and interface ext

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cr/src/lib/collision_reaction/cr_engine.cc

    r7933 r7937  
    2525 */
    2626CREngine::CREngine ()
     27  : BaseObject()
    2728{
    2829   this->setClassID(CL_CR_ENGINE, "CREngine");
     
    4647
    4748
    48 
     49/**
     50 * subscribes a WorldEntity for a CollisionReaction
     51 *  @param owner: the WE to subscribe
     52 *  @param type: the type of collision reaction to perform
     53 */
    4954CollisionHandle* CREngine::subscribeReaction(WorldEntity* owner, CRType type)
    5055{
     
    5257}
    5358
     59bool CREngine::unsubscribeReaction(WorldEntity* worldEntity)
     60{}
     61
     62
     63bool CREngine::unsubscribeReaction(CollisionHandle* collisionHandle)
     64{}
     65
     66
     67void CREngine::handleCollisions()
     68{}
    5469
    5570
Note: See TracChangeset for help on using the changeset viewer.