- Timestamp:
- Dec 8, 2015, 1:02:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/src/orxonox/controllers/ActionpointController.cc
r10955 r10958 298 298 } 299 299 } 300 301 302 300 } 303 301 /** … … 307 305 void ActionpointController::setProtect (ControllableEntity* protect) 308 306 { 309 310 307 this->protect_ = protect; 311 308 } 312 309 ControllableEntity* ActionpointController::getProtect () 313 310 { 314 315 311 return this->protect_; 316 312 }
Note: See TracChangeset
for help on using the changeset viewer.










