comparison libmlk-rpg/rpg/battle-state-menu.c @ 298:196264679079

misc: remove usage of bool
author David Demelier <markand@malikania.fr>
date Wed, 10 Mar 2021 18:49:08 +0100
parents 9948e288925b
children d01e83210ca2
comparison
equal deleted inserted replaced
297:6151152d009c 298:196264679079
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #include <assert.h> 19 #include <assert.h>
20 #include <stdbool.h>
21 20
22 #include "battle.h" 21 #include "battle.h"
23 #include "battle-bar.h" 22 #include "battle-bar.h"
24 #include "battle-state.h" 23 #include "battle-state.h"
25 #include "character.h" 24 #include "character.h"