Quick 'n dirty setters for height and width

This commit is contained in:
Eryn Wells 2014-07-13 20:12:10 -07:00
parent f59ec98035
commit 687de91a81

View file

@ -30,7 +30,9 @@ public:
bool is_rendered() const;
int get_width() const;
void set_width(int w) { width = w; }
int get_height() const;
void set_height(int h) { height = h; }
AmbientLight &get_ambient() const;
const Color *get_pixels() const;