Changeset 3559 in orxonox.OLD for orxonox/trunk/src/story_entities/world.h
- Timestamp:
- Mar 15, 2005, 12:44:19 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.h
r3551 r3559 19 19 class Light; 20 20 class FontSet; 21 class Terrain; 21 22 22 23 … … 75 76 Skysphere* skySphere; //!< The Environmental Heaven of orxonox \todo insert this to environment insted 76 77 Light* light; //!< The Lights of the Level 78 Terrain* terrain; //!< The Terrain of the World. 77 79 78 80 GLuint objectList; //!< temporary: \todo this will be ereased soon
Note: See TracChangeset
for help on using the changeset viewer.