diff libmlk-rpg/mlk/rpg/battle.c @ 450:b26dd49f69ff

core: event -> mlk_event (and friends)
author David Demelier <markand@malikania.fr>
date Sat, 18 Feb 2023 13:37:11 +0100
parents f2f0e73ea9da
children a6933cd252b7
line wrap: on
line diff
--- a/libmlk-rpg/mlk/rpg/battle.c	Sat Feb 18 13:16:40 2023 +0100
+++ b/libmlk-rpg/mlk/rpg/battle.c	Sat Feb 18 13:37:11 2023 +0100
@@ -413,7 +413,7 @@
 }
 
 void
-battle_handle_component(struct battle *bt, const union event *ev, enum battle_component comp)
+battle_handle_component(struct battle *bt, const union mlk_event *ev, enum battle_component comp)
 {
 	assert(bt);
 	assert(ev);
@@ -425,7 +425,7 @@
 }
 
 void
-battle_handle(struct battle *bt, const union event *ev)
+battle_handle(struct battle *bt, const union mlk_event *ev)
 {
 	assert(bt);
 	assert(ev);