- Timestamp:
- Oct 29, 2008, 3:26:55 AM (17 years ago)
- File:
-
- 1 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_; }
Note: See TracChangeset
for help on using the changeset viewer.