| 662 | } |
| 663 | |
| 664 | void Humanoid::setHandDrawables(ToolHand hand, List<Drawable> drawables) { |
| 665 | const_cast<HandDrawingInfo&>(getHand(hand)).itemDrawables = std::move(drawables); |
| 666 | } |
| 667 | |
| 668 | void Humanoid::setHandNonRotatedDrawables(ToolHand hand, List<Drawable> drawables) { |
| 669 | const_cast<HandDrawingInfo&>(getHand(hand)).nonRotatedDrawables = std::move(drawables); |
no outgoing calls
no test coverage detected