diff libmlk-rpg/mlk/rpg/battle-entity.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 fce3b3c4b496
line wrap: on
line diff
--- a/libmlk-rpg/mlk/rpg/battle-entity.h	Mon Feb 27 09:46:20 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-entity.h	Mon Feb 27 09:52:55 2023 +0100
@@ -35,7 +35,7 @@
 	struct battle_entity_state *state;
 };
 
-CORE_BEGIN_DECLS
+MLK_CORE_BEGIN_DECLS
 
 void
 battle_entity_init(struct battle_entity *);
@@ -58,6 +58,6 @@
 void
 battle_entity_finish(struct battle_entity *);
 
-CORE_END_DECLS
+MLK_CORE_END_DECLS
 
 #endif /* !MLK_RPG_BATTLE_ENTITY_H */