Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2141 in orxonox.OLD for orxonox/branches/chris/src/world_entity.h


Ignore:
Timestamp:
Jul 14, 2004, 3:31:42 PM (20 years ago)
Author:
chris
Message:

orxonox/branches/chris: added lots and lots of doxygen tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/world_entity.h

    r2101 r2141  
     1/*!
     2    \file world_entity.h
     3    \brief Definition of the basic WorldEntity
     4*/
    15
    26#ifndef WORLD_ENTITY_H
     
    711class CollisionCluster;
    812
     13//! Basic class from which all interactive stuff in the world is derived from
    914class WorldEntity
    1015{       
Note: See TracChangeset for help on using the changeset viewer.