| 3822 | } |
| 3823 | |
| 3824 | bool cFodder::Sprite_OnScreen_Check() { |
| 3825 | |
| 3826 | return mGraphics->Sprite_OnScreen_Check(); |
| 3827 | } |
| 3828 | |
| 3829 | void cFodder::Sprites_Draw(cSurface* pSurface) { |
| 3830 |
nothing calls this directly
no outgoing calls
no test coverage detected