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

core: core -> mlk_core
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 09:52:55 +0100
parents 773a082f0b91
children 6e8f6640e05b
comparison
equal deleted inserted replaced
461:d7874f11565f 462:5729efd23286
19 #ifndef MLK_RPG_RPG_H 19 #ifndef MLK_RPG_RPG_H
20 #define MLK_RPG_RPG_H 20 #define MLK_RPG_RPG_H
21 21
22 #include <mlk/core/core.h> 22 #include <mlk/core/core.h>
23 23
24 CORE_BEGIN_DECLS 24 MLK_CORE_BEGIN_DECLS
25 25
26 int 26 int
27 rpg_init(void); 27 rpg_init(void);
28 28
29 void 29 void
30 rpg_finish(void); 30 rpg_finish(void);
31 31
32 CORE_END_DECLS 32 MLK_CORE_END_DECLS
33 33
34 #endif /* !MLK_RPG_H */ 34 #endif /* !MLK_RPG_H */