#pragma once struct Sprite{ const unsigned char *image; unsigned int image_len; };