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.h

    r4490 r5047  
    1414   Environment is a container for all the worldEntities that are non-interactive
    1515*/
    16 class Environment : public WorldEntity 
     16class Environment : public WorldEntity
    1717{
    1818  friend class World;
     
    2222  virtual ~Environment ();
    2323
    24  
     24
    2525  virtual void tick (float time);
    26   virtual void hit (WorldEntity* weapon, Vector* loc);
    27   virtual void destroy ();
    28   virtual void collide (WorldEntity* other,  Uint32 ownhitflags, Uint32 otherhitflags);
     26
    2927  virtual void draw ();
    3028
Note: See TracChangeset for help on using the changeset viewer.