Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2015, 1:02:25 PM (10 years ago)
Author:
gania
Message:

separated MasterController from my hierarchy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/src/orxonox/controllers/ActionpointController.cc

    r10955 r10958  
    298298            }
    299299        }
    300 
    301 
    302300    }
    303301    /**
     
    307305    void ActionpointController::setProtect (ControllableEntity* protect)
    308306    {
    309 
    310307        this->protect_ = protect;
    311308    }
    312309    ControllableEntity* ActionpointController::getProtect ()
    313310    {
    314 
    315311        return this->protect_;
    316312    }
Note: See TracChangeset for help on using the changeset viewer.