Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11294


Ignore:
Timestamp:
Nov 21, 2016, 11:18:57 AM (7 years ago)
Author:
ahedges
Message:

revert commenting out of macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_HS16/src/orxonox/worldentities/Actionpoint.cc

    r11278 r11294  
    2727 */
    2828
     29#include "core/CoreIncludes.h"
    2930#include "Actionpoint.h"
    3031
    3132namespace orxonox
    3233{
    33 //    RegisterClass(Actionpoint); ?
     34    RegisterClass(Actionpoint);
    3435
    3536    Actionpoint::Actionpoint(Context* context) : StaticEntity(context)
    3637    {
    37 //        RegisterObject(Actionpoint);
     38        RegisterObject(Actionpoint);
    3839       
    3940        this->actionName_ = "";
Note: See TracChangeset for help on using the changeset viewer.