Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3698 in orxonox.OLD for orxonox/branches/shadows/src/world.h


Ignore:
Timestamp:
Mar 31, 2005, 9:04:45 PM (19 years ago)
Author:
dave
Message:

branches/shadows: so jetzt ist die Ausgangslage geschaffen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/shadows/src/world.h

    r3365 r3698  
    77#define _WORLD_H
    88
     9
    910#include "stdincl.h"
    1011#include "story_entity.h"
     12#include "skysphere.h"
     13class Material;
    1114
    1215
     
    5861  tList<WorldEntity>* entities;
    5962 
     63 
    6064  // base level data
     65 
    6166  TrackManager* trackManager;
    6267  Track* track;
     
    8186
    8287  WorldEntity* localPlayer;
    83  
     88  Skysphere* skysphere;
    8489  PNode* nullParent;
    8590 
Note: See TracChangeset for help on using the changeset viewer.