Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7927 in orxonox.OLD for trunk/src/world_entities/world_entity.cc


Ignore:
Timestamp:
May 28, 2006, 6:46:33 PM (18 years ago)
Author:
patrick
Message:

trunk: added more cr framework, i will branche soon with this stuff so the trunk dosn't get involved to much in the development phase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.cc

    r7779 r7927  
    3232#include "camera.h"
    3333
     34#include "cr_engine.h"
     35#include "collision_handle.h"
     36
     37
    3438using namespace std;
    3539
     
    6569
    6670  this->toList(OM_NULL);
     71
     72  //this->collisionHandles = new *CollisionHandle[CREngine::CR_NUMBER]();
    6773}
    6874
     
    228234}
    229235
     236
     237/**
     238 * subscribes this world entity to a collision reaction
     239 *  @param type the type of reaction to subscribe to
     240 *  @param nrOfTargets number of target filters
     241 *  @param ... the targets as classIDs
     242 */
     243void WorldEntity::subscribeReaction(CREngine::CRType type, int nrOfTargets, ...)
     244{}
     245
     246
    230247/**
    231248 * @brief moves this entity to the List OM_List
Note: See TracChangeset for help on using the changeset viewer.