mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-07 11:34:46 +00:00
fixing image getter not const and adding the window flags and icon support
This commit is contained in:
@@ -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 &);
|
||||
|
||||
Reference in New Issue
Block a user