Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2008, 11:02:18 PM (16 years ago)
Author:
rgrieder
Message:

updated msvc files.
removed "friend WorldEntity" from BaseObject.

Location:
code/branches/objecthierarchy/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/core/BaseObject.h

    r2074 r2079  
    5454    class _CoreExport BaseObject : virtual public OrxonoxClass
    5555    {
    56         friend class WorldEntity;
    57 
    5856        public:
    5957            BaseObject(BaseObject* creator);
  • code/branches/objecthierarchy/src/orxonox/gamestates/GSRoot.cc

    r2023 r2079  
    154154        Copyright (c) 2000-2008 Torus Knot Software Ltd
    155155       
    156         OGRE is licensed under the LGPL. For more info, see ogre license info.
     156        OGRE is licensed under the LGPL. For more info, see OGRE license.
    157157    */
    158158    void GSRoot::setThreadAffinity(unsigned int limitToCPU)
Note: See TracChangeset for help on using the changeset viewer.