Added an accessor for the button's image

This commit is contained in:
2016-05-07 16:07:28 +10:00
parent 2cf1c5e5f0
commit 5a6e023061
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -58,6 +58,8 @@ public:
int GetX() const;
int GetY() const;
Image* GetImage();
protected:
bool CheckBounds(int x, int y);