Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3559 in orxonox.OLD for orxonox/trunk/src/story_entities/world.h


Ignore:
Timestamp:
Mar 15, 2005, 12:44:19 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: now terrain is out of the World.cc and is a world-entity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.h

    r3551 r3559  
    1919class Light;
    2020class FontSet;
     21class Terrain;
    2122
    2223
     
    7576  Skysphere* skySphere;         //!< The Environmental Heaven of orxonox \todo insert this to environment insted
    7677  Light* light;                 //!< The Lights of the Level
     78  Terrain* terrain;             //!< The Terrain of the World.
    7779
    7880  GLuint objectList;            //!< temporary: \todo this will be ereased soon
Note: See TracChangeset for help on using the changeset viewer.