Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 24, 2005, 3:06:04 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: enhanced world entities to support collisions

File:
1 edited

Legend:

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

    r4684 r4689  
    130130   Implement behaviour like damage application or other miscellaneous collision stuff in this function
    131131*/
    132 void WorldEntity::collide(WorldEntity* other, Uint32 ownhitflags, Uint32 otherhitflags) {}
     132void WorldEntity::collideWith(WorldEntity* entity) {}
    133133
    134134
Note: See TracChangeset for help on using the changeset viewer.