comparison src/libmlk-rpg/rpg/battle-state-victory.h @ 384:c458441ff472

rpg: more asserts, const and cleanups
author David Demelier <markand@malikania.fr>
date Sun, 13 Feb 2022 11:34:19 +0100
parents 43d155668a55
children 9334b420c975
comparison
equal deleted inserted replaced
383:b944cd41e8f9 384:c458441ff472
37 37
38 int 38 int
39 battle_state_victory_update(struct battle_state_victory *, struct battle *, unsigned int); 39 battle_state_victory_update(struct battle_state_victory *, struct battle *, unsigned int);
40 40
41 void 41 void
42 battle_state_victory_draw(struct battle_state_victory *); 42 battle_state_victory_draw(const struct battle_state_victory *);
43 43
44 void 44 void
45 battle_state_victory(struct battle *); 45 battle_state_victory(struct battle *);
46 46
47 #endif /* !MLK_RPG_BATTLE_STATE_VICTORY_H */ 47 #endif /* !MLK_RPG_BATTLE_STATE_VICTORY_H */