Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 12, 2009, 1:32:30 AM (15 years ago)
Author:
landauf
Message:

Put all tools into a new library called tools (phear my naming skillz!)
I had to move Tickable.h and TimeFactorListener.h to tools/interfaces
Theoretically one could move the other interfaces as well (except RadarViewable), but I don't think they belong to "tools" (just because you CAN, it doesn't mean you HAVE to).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries/src/orxonox/objects/gametypes/Gametype.h

    r3280 r5633  
    3838#include "core/BaseObject.h"
    3939#include "core/Identifier.h"
    40 #include "interfaces/Tickable.h"
     40#include "tools/interfaces/Tickable.h"
    4141#include "objects/infos/GametypeInfo.h"
    4242
     
    133133
    134134            inline  void startTimer()
    135             { 
     135            {
    136136                this->time_ = this->timeLimit_;
    137137                this->timerIsActive_ = true;
Note: See TracChangeset for help on using the changeset viewer.