comparison libmlk-core/mlk/core/texture_p.h @ 472:bc5483849614

core: texture -> mlk_texture
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 11:24:38 +0100
parents 773a082f0b91
children 23559c7ccf47
comparison
equal deleted inserted replaced
471:3761e33d429e 472:bc5483849614
19 #ifndef MLK_CORE_TEXTURE_P_H 19 #ifndef MLK_CORE_TEXTURE_P_H
20 #define MLK_CORE_TEXTURE_P_H 20 #define MLK_CORE_TEXTURE_P_H
21 21
22 #include <SDL.h> 22 #include <SDL.h>
23 23
24 struct texture; 24 struct mlk_texture;
25 25
26 int 26 int
27 texture_from_surface(struct texture *, SDL_Surface *); 27 texture_from_surface(struct mlk_texture *, SDL_Surface *);
28 28
29 #endif /* !MLK_CORE_TEXTURE_P_H */ 29 #endif /* !MLK_CORE_TEXTURE_P_H */