Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 3, 2005, 1:33:01 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: started documentation of world-entities….
this is not really usefull, because i think, that this will change a lot with development….

File:
1 edited

Legend:

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

    r3578 r4490  
     1/*!
     2  \file environment.h
     3  \brief This file handles the environment of the game
     4*/
     5
    16#ifndef _ENVIRONEMENT_H
    27#define _ENVIRONEMENT_H
     
    49#include "world_entity.h"
    510
    6 
     11//! environment of orxonox
     12/**
     13   everything that does not interact with the player comes here
     14   Environment is a container for all the worldEntities that are non-interactive
     15*/
    716class Environment : public WorldEntity
    817{
Note: See TracChangeset for help on using the changeset viewer.