diff options
Diffstat (limited to 'FL/Fl_BMP_Image.H')
| -rw-r--r-- | FL/Fl_BMP_Image.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FL/Fl_BMP_Image.H b/FL/Fl_BMP_Image.H index 20aba3d05..0692aa669 100644 --- a/FL/Fl_BMP_Image.H +++ b/FL/Fl_BMP_Image.H @@ -29,6 +29,10 @@ #define Fl_BMP_Image_H # include "Fl_Image.H" +/** + The Fl_BMP_Image class supports loading, caching, + and drawing of Windows Bitmap (BMP) image files. +*/ class FL_EXPORT Fl_BMP_Image : public Fl_RGB_Image { public: |
