| 3584 | } |
| 3585 | |
| 3586 | int16 cFodder::getCameraWidth() const { |
| 3587 | |
| 3588 | return ((getWindowWidth() - SIDEBAR_WIDTH)); |
| 3589 | } |
| 3590 | |
| 3591 | int16 cFodder::getCameraHeight() const { |
| 3592 | if (!mParams->mWindowRows) { |
nothing calls this directly
no outgoing calls
no test coverage detected