fixing image getter not const and adding the window flags and icon support

This commit is contained in:
Clément Le Bihan
2021-05-21 16:09:18 +02:00
parent 5d5b63ae33
commit 688b5d992d
5 changed files with 29 additions and 10 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ namespace RAY
bool unload() override;
//! @brief get image
::Image &getImage(void);
const ::Image &getImage(void) const;
//! @brief draw drawable
void draw(Drawables::ADrawable2D &);