diff libmlk-rpg/mlk/rpg/battle-indicator.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 bc5483849614
line wrap: on
line diff
--- a/libmlk-rpg/mlk/rpg/battle-indicator.h	Mon Feb 27 09:46:20 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-indicator.h	Mon Feb 27 09:52:55 2023 +0100
@@ -37,7 +37,7 @@
 	struct texture tex[2];
 };
 
-CORE_BEGIN_DECLS
+MLK_CORE_BEGIN_DECLS
 
 void
 battle_indicator_start(struct battle_indicator *);
@@ -57,6 +57,6 @@
 void
 battle_indicator_finish(struct battle_indicator *);
 
-CORE_END_DECLS
+MLK_CORE_END_DECLS
 
 #endif /* !MLK_RPG_BATTLE_INDICATOR_H */