Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4283 in orxonox.OLD for orxonox/branches/physics/src/orxonox.h


Ignore:
Timestamp:
May 24, 2005, 10:32:34 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/physics: merged the trunk back to branches/physics
merged with command
svn merge -r 4223:HEAD ../../trunk/ .
conflicts additively included

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/physics/src/orxonox.h

    r4178 r4283  
    1212class CommandNode;
    1313class WorldEntity;
    14 class DataTank;
    1514class World;
    1615class Camera;
     
    2928  char configfilename[256];   //!< Filename of the configuration-file.
    3029  World* world;               //!< Reference to the current running world.
    31   DataTank* resources;        //!< DataContainer
    3230  CommandNode* localinput;    //!< Command Handler
    3331  SDL_Surface* screen;        //!< The current Screen
Note: See TracChangeset for help on using the changeset viewer.