Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2009, 11:52:13 AM (15 years ago)
Author:
rgrieder
Message:

Moved interface classes to orxonox/interfaces.
This resolves certain identity problems, for instance Tickable technically isn't an object.
Furthermore this saves the compilation of 6 files by using InterfaceCompilation.cc ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/overlays/map/Map.cc

    r3172 r3177  
    5353#include "core/ObjectList.h"
    5454#include "core/XMLPort.h"
     55#include "interfaces/RadarViewable.h"
    5556#include "objects/Scene.h"
    56 #include "objects/RadarViewable.h"
    5757#include "objects/controllers/HumanController.h"
    5858#include "objects/worldentities/CameraPosition.h"
Note: See TracChangeset for help on using the changeset viewer.