| 21 | namespace crown |
| 22 | { |
| 23 | static void unit_destroyed_callback_bridge(UnitId unit, void *user_ptr) |
| 24 | { |
| 25 | ((SceneGraph *)user_ptr)->unit_destroyed_callback(unit); |
| 26 | } |
| 27 | |
| 28 | SceneGraph::Pose &SceneGraph::Pose::operator=(const Matrix4x4 &m) |
| 29 | { |
nothing calls this directly
no test coverage detected