Added get_width and get_height

This commit is contained in:
2022-06-24 19:57:12 -07:00
parent 331a5749b9
commit 930ba8b5c1
2 changed files with 12 additions and 0 deletions
+3
View File
@@ -22,6 +22,9 @@ class Bitmap {
void save(const char *filename) const;
size_t get_width() const;
size_t get_height() const;
private:
size_t width;
size_t height;