Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10393


Ignore:
Timestamp:
Apr 23, 2015, 11:15:13 PM (9 years ago)
Author:
landauf
Message:

found another unregistered class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/orxonox/Radar.cc

    r9667 r10393  
    3737
    3838//#include "util/Math.h"
     39#include "core/CoreIncludes.h"
    3940#include "core/object/ObjectList.h"
    4041#include "core/command/ConsoleCommand.h"
     
    4546namespace orxonox
    4647{
     48    RegisterAbstractClass(Radar).inheritsFrom<Tickable>();
    4749
    4850    Radar::Radar()
Note: See TracChangeset for help on using the changeset viewer.