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/hud/HUDRadar.h

    r3144 r3177  
    3737#include <OgrePrerequisites.h>
    3838
     39#include "interfaces/RadarListener.h"
     40#include "interfaces/RadarViewable.h"
    3941#include "overlays/OrxonoxOverlay.h"
    40 #include "objects/RadarListener.h"
    41 #include "objects/RadarViewable.h"
    4242
    4343namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.