diff libmlk-rpg/mlk/rpg/battle-state.h @ 462:5729efd23286

core: core -> mlk_core
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 09:52:55 +0100
parents b26dd49f69ff
children
line wrap: on
line diff
--- a/libmlk-rpg/mlk/rpg/battle-state.h	Mon Feb 27 09:46:20 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-state.h	Mon Feb 27 09:52:55 2023 +0100
@@ -36,7 +36,7 @@
 	void (*finish)(struct battle_state *, struct battle *);
 };
 
-CORE_BEGIN_DECLS
+MLK_CORE_BEGIN_DECLS
 
 void
 battle_state_handle(struct battle_state *, struct battle *, const union mlk_event *);
@@ -50,6 +50,6 @@
 void
 battle_state_finish(struct battle_state *, struct battle *);
 
-CORE_END_DECLS
+MLK_CORE_END_DECLS
 
 #endif /* !MLK_RPG_BATTLE_STATE_H */