| 465 | } |
| 466 | |
| 467 | drop_state_type::substate_enum drop_state_type::supdate_moving_out(drop_state_type& gst, |
| 468 | xScene& scn, F32& dt) |
| 469 | { |
| 470 | return gst.update_moving_out(scn, dt); |
| 471 | } |
| 472 | |
| 473 | drop_state_type::substate_enum drop_state_type::update_moving_out(xScene& scn, F32& dt) |
| 474 | { |
nothing calls this directly
no test coverage detected