| 485 | } |
| 486 | |
| 487 | drop_state_type::substate_enum drop_state_type::supdate_starting(drop_state_type& gst, |
| 488 | xScene& scn, F32& dt) |
| 489 | { |
| 490 | return gst.update_starting(scn, dt); |
| 491 | } |
| 492 | |
| 493 | drop_state_type::substate_enum drop_state_type::update_starting(xScene& scn, F32& dt) |
| 494 | { |
nothing calls this directly
no test coverage detected