Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 16, 2005, 9:26:28 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: flushing work

File:
1 edited

Legend:

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

    r5042 r5047  
    4444*/
    4545Environment::~Environment ()
    46 {
     46{}
    4747
    48 }
    4948
    5049/**
     
    5453void Environment::tick (float time) {}
    5554
    56 /**
    57  *  if a hit occures
    58 */
    59 void Environment::hit (WorldEntity* weapon, Vector* loc) {}
    60 
    61 /**
    62  *  destroys an Environment
    63 */
    64 void Environment::destroy () {}
    65 
    66 /**
    67  *  a collision with some ship
    68 */
    69 void Environment::collide (WorldEntity* other,  Uint32 ownhitflags, Uint32 otherhitflags) {}
    7055
    7156/**
Note: See TracChangeset for help on using the changeset viewer.