Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 13, 2005, 11:09:20 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the particleSystem into the Trunk

File:
1 edited

Legend:

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

    r4145 r4176  
    2020class GLMenuImageScreen;
    2121class LightManager;
     22class ParticleEngine;
    2223class Terrain;
    2324class GarbageCollector;
     
    108109  PNode* nullParent;                  //!< The zero-point, that everything has as its parent.
    109110  TrackManager* trackManager;         //!< The reference of the TrackManager that handles the course through the Level.
     111  ParticleEngine* particleEngine;     //!< The ParticleEngine of the World.
    110112  Camera* localCamera;                //!< The current Camera
    111113  WorldEntity* sky;                   //!< The Environmental Heaven of orxonox \todo insert this to environment insted
Note: See TracChangeset for help on using the changeset viewer.