summaryrefslogtreecommitdiff
path: root/Applications/PixelPaint/Image.h
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/PixelPaint/Image.h')
-rw-r--r--Applications/PixelPaint/Image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Applications/PixelPaint/Image.h b/Applications/PixelPaint/Image.h
index 432c8ae229..c4a25b54b2 100644
--- a/Applications/PixelPaint/Image.h
+++ b/Applications/PixelPaint/Image.h
@@ -68,6 +68,7 @@ public:
void paint_into(GUI::Painter&, const Gfx::IntRect& dest_rect);
void save(const String& file_path) const;
+ void export_bmp(const String& file_path);
void move_layer_to_front(Layer&);
void move_layer_to_back(Layer&);