2#include <SDL2/SDL_image.h>
struct ez_le EZ_list_element
EZ_list * EZ_create_image(SDL_Surface *surface, SDL_Renderer *renderer, anchore_point dst_anchore, int auto_aspect)
Creates an EZ_image from an SDL_Surface.
Definition EZ_image.c:58
SDL_Surface * list_surface
Definition EZ_list.h:19
EZ_INTERACTIBLE interactible_list
Definition EZ_list.h:18
EZ_DRAWABLE drawable_list
Definition EZ_list.h:17
anchore_point list_anchore
Definition EZ_list.h:20
EZ_list_element * element_list
Definition EZ_list.h:21
Definition RenderingUtils.h:7
EZ_DRAWABLE * drawable_element
Definition EZ_list.h:10
EZ_INTERACTIBLE * interactible_element
Definition EZ_list.h:11
struct ez_le * next
Definition EZ_list.h:12