Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3419 in orxonox.OLD for orxonox/trunk/src/world.h


Ignore:
Timestamp:
Feb 22, 2005, 6:26:03 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: copied dave's SkySphere into the Trunk
done it with svn copy, and implemented the Class into the world.cc
it works perfectly

File:
1 edited

Legend:

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

    r3365 r3419  
    1717class PNode;
    1818class GLMenuImageScreen;
     19class Skysphere;
    1920
    2021//! The game environment
     
    7980  GLuint objectList;
    8081  SDL_Surface *loadImage;
     82  Skysphere* skySphere;
    8183
    8284  WorldEntity* localPlayer;
Note: See TracChangeset for help on using the changeset viewer.