Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 23, 2013, 6:49:52 PM (11 years ago)
Author:
landauf
Message:

moved all files in core which are used for object management to a new subdirectory (core/object/)

Location:
code/branches/core6/src/libraries/core/object
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/core/object/WeakPtr.h

    r9552 r9557  
    8181#define _WeakPtr_H__
    8282
    83 #include "CorePrereqs.h"
     83#include "core/CorePrereqs.h"
    8484
    8585#include <cassert>
    86 #include "Identifier.h"
    87 #include "OrxonoxClass.h"
    88 #include "command/Functor.h"
     86
     87#include "core/OrxonoxClass.h"
     88#include "core/command/Functor.h"
    8989
    9090namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.