* Returns the cropping rectangle for this surface. * @return Pointer to the cropping rectangle. */
| 683 | * @return Pointer to the cropping rectangle. |
| 684 | */ |
| 685 | SDL_Rect *Surface::getCrop() |
| 686 | { |
| 687 | return &_crop; |
| 688 | } |
| 689 | |
| 690 | /** |
| 691 | * Replaces a certain amount of colors in the surface's palette. |
no outgoing calls
no test coverage detected