comparison libmlk-core/mlk/core/image.h @ 453:49e7024f5455

core: image -> mlk_image
author David Demelier <markand@malikania.fr>
date Sat, 18 Feb 2023 20:55:12 +0100
parents 773a082f0b91
children 5729efd23286
comparison
equal deleted inserted replaced
452:f89147faf8cf 453:49e7024f5455
26 struct texture; 26 struct texture;
27 27
28 CORE_BEGIN_DECLS 28 CORE_BEGIN_DECLS
29 29
30 int 30 int
31 image_open(struct texture *, const char *); 31 mlk_image_open(struct texture *, const char *);
32 32
33 int 33 int
34 image_openmem(struct texture *, const void *, size_t); 34 mlk_image_openmem(struct texture *, const void *, size_t);
35 35
36 CORE_END_DECLS 36 CORE_END_DECLS
37 37
38 #endif /* !MLK_CORE_IMAGE_H */ 38 #endif /* !MLK_CORE_IMAGE_H */