diff 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
line wrap: on
line diff
--- a/libmlk-core/mlk/core/texture_p.h	Mon Feb 27 11:18:52 2023 +0100
+++ b/libmlk-core/mlk/core/texture_p.h	Mon Feb 27 11:24:38 2023 +0100
@@ -21,9 +21,9 @@
 
 #include <SDL.h>
 
-struct texture;
+struct mlk_texture;
 
 int
-texture_from_surface(struct texture *, SDL_Surface *);
+texture_from_surface(struct mlk_texture *, SDL_Surface *);
 
 #endif /* !MLK_CORE_TEXTURE_P_H */