Refactoring
This commit is contained in:
parent
1498f4e21e
commit
9b1b3a5c97
24 changed files with 124 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
|||
#include "renderer.h"
|
||||
|
||||
Image::Image(unsigned char* data,int width,int height){
|
||||
this->data = data;
|
||||
this->width = width;
|
||||
this->height = height;
|
||||
}
|
||||
|
||||
Image::~Image(){
|
||||
delete this->data;
|
||||
}
|
Reference in a new issue