diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Image.h b/include/Image.h index 55e96a5..7aac45d 100644 --- a/include/Image.h +++ b/include/Image.h @@ -21,6 +21,7 @@ class Image : public Buffer { void Fill(Color = Color(0, 0, 0)); virtual String GetName() const; virtual bool CanWrite() const; + bool SupportsFormat(unsigned int); private: unsigned int x, y; |