OCRudoku  v1.0
Resolve word grid with ease
Loading...
Searching...
No Matches
EZ_list.h
Go to the documentation of this file.
1#include <SDL2/SDL.h>
2#include <SDL2/SDL_image.h>
3#include "../EZ_utils.h"
4
5#ifndef EZ_LIST_H
6#define EZ_LIST_H
7
14
23
24EZ_list* EZ_create_image(SDL_Surface* surface, SDL_Renderer* renderer, anchore_point dst_anchore, int auto_aspect);
25
26#endif
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
Definition EZ_utils.h:9
Definition EZ_list.h:16
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
Definition EZ_list.h:9
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
Definition EZ_utils.h:20