diff options
Diffstat (limited to 'core/io/image.h')
-rw-r--r-- | core/io/image.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/io/image.h b/core/io/image.h index 6b323e5eb3..74d8415782 100644 --- a/core/io/image.h +++ b/core/io/image.h @@ -254,6 +254,9 @@ public: 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 rotate_90(ClockDirection p_direction); + void rotate_180(); + void flip_x(); void flip_y(); |