- Timestamp:
- Oct 29, 2008, 3:26:55 AM (16 years ago)
- Location:
- code/branches/objecthierarchy/src/orxonox/objects/controllers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/controllers/Controller.h
r2041 r2042 48 48 49 49 virtual inline void setControllableEntity(ControllableEntity* entity) 50 { COUT(0) << "HC: start controlling entity" << std::endl;this->controllableEntity_ = entity; }50 { this->controllableEntity_ = entity; } 51 51 virtual inline ControllableEntity* getControllableEntity() const 52 52 { return this->controllableEntity_; } -
code/branches/objecthierarchy/src/orxonox/objects/controllers/HumanController.cc
r2041 r2042 57 57 58 58 HumanController::localController_s = this; 59 60 COUT(0) << "HumanController created" << std::endl;61 59 } 62 60
Note: See TracChangeset
for help on using the changeset viewer.