| 548 | } |
| 549 | |
| 550 | drop_state_type::substate_enum drop_state_type::supdate_moving_in(drop_state_type& gst, |
| 551 | xScene& scn, F32& dt) |
| 552 | { |
| 553 | return gst.update_moving_in(scn, dt); |
| 554 | } |
| 555 | |
| 556 | drop_state_type::substate_enum drop_state_type::update_moving_in(xScene& scn, F32& dt) |
| 557 | { |
nothing calls this directly
no test coverage detected