| 66 | } |
| 67 | |
| 68 | cDimension GetScreenSize() const { |
| 69 | if (isAmiga()) |
| 70 | return { 320,225 }; |
| 71 | |
| 72 | return { 320,200 }; |
| 73 | } |
| 74 | |
| 75 | cDimension GetSecondScreenSize() const { |
| 76 | if (isAmiga()) |
nothing calls this directly
no outgoing calls
no test coverage detected