Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2009, 9:40:19 PM (15 years ago)
Author:
rgrieder
Message:

Moved Rewardable (quest system) to the interface section.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/interfaces/InterfaceCompilation.cc

    r3177 r3181  
    3636#include "PawnListener.h"
    3737#include "RadarListener.h"
     38#include "Rewardable.h"
    3839#include "Teamcolourable.h"
    3940#include "Tickable.h"
     
    111112        RegisterRootObject(WindowEventListener);
    112113    }
     114
     115    //----------------------------
     116    // Rewardable
     117    //----------------------------
     118    Rewardable::Rewardable()
     119    {
     120        RegisterObject(Rewardable);
     121    }
    113122}
Note: See TracChangeset for help on using the changeset viewer.