Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3276 in orxonox.OLD for orxonox/branches/parenting/src/world.h


Ignore:
Timestamp:
Dec 25, 2004, 12:54:57 AM (19 years ago)
Author:
patrick
Message:

orxonox/branche/parenting: added nullparent as the center of all parents.

File:
1 edited

Legend:

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

    r3236 r3276  
    1515class WorldEntity;
    1616class Camera;
     17class PNode;
    1718
    1819//! The game environment
     
    7576
    7677  WorldEntity* localPlayer;
    77  
     78 
     79  PNode* nullParent;
     80 
    7881  void mainLoop ();
    7982  void synchronize ();
Note: See TracChangeset for help on using the changeset viewer.