Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 30, 2005, 3:27:36 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: now Objects should be affected by the PhysicsEngine too

File:
1 edited

Legend:

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

    r4338 r4396  
    1616class TrackManager;
    1717class Camera;
     18class Player;
    1819class PNode;
    1920class GLMenuImageScreen;
     
    123124  GLuint objectList;                  //!< temporary: \todo this will be ereased soon
    124125  tList<WorldEntity>* entities;       //!< A template List of all entities. Every moving thing should be included here, and world automatically updates them.
    125   WorldEntity* localPlayer;           //!< The Player, you fly through the level.
     126  Player* localPlayer;                //!< The Player, you fly through the level.
    126127  PilotNode* pilotNode;               //!< THe pilot node to fly with the mouse
    127128
Note: See TracChangeset for help on using the changeset viewer.