Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2011, 11:35:05 PM (13 years ago)
Author:
dafrick
Message:

Moving space bounaries into modules/objects

File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/modules/objects/SpaceBoundaries.h

    r8628 r8632  
    3030#define _SpaceBoundaries_H__
    3131
    32 
    33 #include "core/CoreIncludes.h"
    34 #include "core/WeakPtr.h"
    35 #include "tools/interfaces/Tickable.h"
    36 #include "interfaces/RadarViewable.h"
    37 #include "worldentities/StaticEntity.h"
    38 #include "worldentities/WorldEntity.h"
     32#include "objects/ObjectsPrereqs.h"
    3933
    4034#include <string>
    4135#include <list>
    4236#include <vector>
     37
     38#include "core/CoreIncludes.h"
     39#include "core/WeakPtr.h"
     40
     41#include "tools/interfaces/Tickable.h"
     42#include "worldentities/StaticEntity.h"
    4343
    4444namespace orxonox
     
    7474*/
    7575
    76     class _OrxonoxExport SpaceBoundaries : public StaticEntity, public Tickable
     76    class _ObjectsExport SpaceBoundaries : public StaticEntity, public Tickable
    7777    {
    7878        public:
Note: See TracChangeset for help on using the changeset viewer.