diff libmlk-rpg/mlk/rpg/spell.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
line wrap: on
line diff
--- a/libmlk-rpg/mlk/rpg/spell.h	Mon Feb 27 09:46:20 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/spell.h	Mon Feb 27 09:52:55 2023 +0100
@@ -51,7 +51,7 @@
 	void (*use)(struct character *, const struct selection *);
 };
 
-CORE_BEGIN_DECLS
+MLK_CORE_BEGIN_DECLS
 
 void
 spell_select(const struct spell *, const struct battle *, struct selection *);
@@ -62,6 +62,6 @@
 void
 spell_use(struct spell *, struct character *, const struct selection *);
 
-CORE_END_DECLS
+MLK_CORE_END_DECLS
 
 #endif /* !MLK_RPG_SPELL_H */