| 25 | float ScreenRect::fTop() { return (y); } |
| 26 | float ScreenRect::fLeft() { return (x); } |
| 27 | float ScreenRect::fBottom() { return (y + h); } |
| 28 | float ScreenRect::fRight() { return (x + w); } |
| 29 | |
| 30 | //WorldRect |
no outgoing calls
no test coverage detected