comparison libmlk-ui/mlk/ui/ui.h @ 497:8d5a266a1774

ui: ui -> mlk_ui
author David Demelier <markand@malikania.fr>
date Tue, 28 Feb 2023 13:42:24 +0100
parents 5729efd23286
children 6100c643dba0
comparison
equal deleted inserted replaced
496:ebe4bfe42fcc 497:8d5a266a1774
22 #include <mlk/core/core.h> 22 #include <mlk/core/core.h>
23 23
24 MLK_CORE_BEGIN_DECLS 24 MLK_CORE_BEGIN_DECLS
25 25
26 int 26 int
27 ui_init(void); 27 mlk_ui_init(void);
28 28
29 void 29 void
30 ui_finish(void); 30 mlk_ui_finish(void);
31 31
32 MLK_CORE_END_DECLS 32 MLK_CORE_END_DECLS
33 33
34 #endif /* !MLK_UI_UI_H */ 34 #endif /* !MLK_UI_UI_H */