Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3450 in orxonox.OLD for orxonox/trunk/src/base_entity.h


Ignore:
Timestamp:
Mar 2, 2005, 4:10:19 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: doxygen-tags: player.cc/h p_node.cc/h base_entity.h skysphere.cc/h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/base_entity.h

    r3224 r3450  
     1/*!
     2  \file base_entity.h
     3  \brief This includes the default values every entity should have.                                             \
     4*/
    15
    26#ifndef _BASE_ENTITY_H
     
    59#include "stdincl.h"
    610
    7 
     11//! The Base of each entity-Class
    812class BaseEntity {
    913
Note: See TracChangeset for help on using the changeset viewer.