summaryrefslogtreecommitdiff
path: root/sprite.cpp
blob: d751230e5eea15a8889b9a9f58badb14ebc37d24 (plain)
1
2
3
4
5
#include "sprite.h"


Sprite::Sprite(const unsigned char *image,unsigned int image_len)
	:image(image),image_len(image_len),fl_image(nullptr){}