summaryrefslogtreecommitdiff
path: root/sprite.cpp
blob: e3503ea0c5c7be70ea694aee7a45a7e547dddcaf (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)*/{}