| 60 | *****************************************************************************/ |
| 61 | |
| 62 | void FadeMoveX::init() |
| 63 | { |
| 64 | m_state = FADE_STATE_INIT; |
| 65 | } |
| 66 | |
| 67 | bool FadeMoveX::fadeIn(YAGfx& gfx, YAGfxBitmap& prev, YAGfxBitmap& next) |
| 68 | { |
nothing calls this directly
no outgoing calls
no test coverage detected