diff options
Diffstat (limited to 'core/image.h')
-rw-r--r-- | core/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/image.h b/core/image.h index 27df65a898..24693aa706 100644 --- a/core/image.h +++ b/core/image.h @@ -207,6 +207,7 @@ public: /** * Crop the image to a specific size, if larger, then the image is filled by black */ + void crop_from_point(int p_x, int p_y, int p_width, int p_height); void crop(int p_width, int p_height); void flip_x(); |