Quick 'n dirty setters for height and width
This commit is contained in:
parent
f59ec98035
commit
687de91a81
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue