diff libmlk-rpg/mlk/rpg/battle-bar-default.h @ 450:b26dd49f69ff

core: event -> mlk_event (and friends)
author David Demelier <markand@malikania.fr>
date Sat, 18 Feb 2023 13:37:11 +0100
parents 773a082f0b91
children 5729efd23286
line wrap: on
line diff
--- a/libmlk-rpg/mlk/rpg/battle-bar-default.h	Sat Feb 18 13:16:40 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle-bar-default.h	Sat Feb 18 13:37:11 2023 +0100
@@ -29,7 +29,7 @@
 struct selection;
 struct theme;
 
-union event;
+union mlk_event;
 
 enum battle_bar_default_menu {
 	BATTLE_BAR_DEFAULT_MENU_ATTACK,
@@ -77,7 +77,7 @@
 battle_bar_default_select(struct battle_bar_default *, struct battle *, const struct selection *);
 
 void
-battle_bar_default_handle(struct battle_bar_default *, struct battle *, const union event *);
+battle_bar_default_handle(struct battle_bar_default *, struct battle *, const union mlk_event *);
 
 void
 battle_bar_default_draw(const struct battle_bar_default *, const struct battle *);