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/gamestates/GSRoot.cc

    r3173 r3177  
    3434#include "core/Game.h"
    3535#include "core/GameMode.h"
    36 #include "tools/TimeFactorListener.h"
    3736#include "tools/Timer.h"
    38 #include "objects/Tickable.h"
     37#include "interfaces/TimeFactorListener.h"
     38#include "interfaces/Tickable.h"
    3939
    4040namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.