diff options
Diffstat (limited to 'src/menu/background_image.hpp')
-rw-r--r-- | src/menu/background_image.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/menu/background_image.hpp b/src/menu/background_image.hpp index 67d117b9..1112aa54 100644 --- a/src/menu/background_image.hpp +++ b/src/menu/background_image.hpp @@ -34,6 +34,10 @@ namespace usdx { + /** + * This class draws an image as background for the drawable control an + * instance of this class is attached to. + */ class BackgroundImage : public Background { private: |