-
Notifications
You must be signed in to change notification settings - Fork 1
Image_set
fgrimau edited this page Dec 28, 2019
·
10 revisions
Image managing trough SDL_rects. Each objets represents a 'big' set of images, divideable into smaller bits
ImageSet()ImageSet(const ImageSet&)ImageSet(SDL_Texture*)~ImageSet()
ImageSet& operator=(const ImageSet&)
SDL_Texture* get_texture() constconst SDL_Rect* get_sub(int, int) constint get_width() constint get_height() const
int set_array()