comparison libmlk-core/mlk/core/image.h @ 462:5729efd23286

core: core -> mlk_core
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 09:52:55 +0100
parents 49e7024f5455
children bc5483849614
comparison
equal deleted inserted replaced
461:d7874f11565f 462:5729efd23286
23 23
24 #include "core.h" 24 #include "core.h"
25 25
26 struct texture; 26 struct texture;
27 27
28 CORE_BEGIN_DECLS 28 MLK_CORE_BEGIN_DECLS
29 29
30 int 30 int
31 mlk_image_open(struct texture *, const char *); 31 mlk_image_open(struct texture *, const char *);
32 32
33 int 33 int
34 mlk_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 MLK_CORE_END_DECLS
37 37
38 #endif /* !MLK_CORE_IMAGE_H */ 38 #endif /* !MLK_CORE_IMAGE_H */