#pragma once #include #include "icon_lib.h" // じゃんけんの開始と終了フラグ(0:じゃんけん未実施, 1:じゃんけん実施) int janken_flag; // じゃんけんの手の選択フラグ(0:じゃんけん未実施, 1:じゃんけん実施) int hand_select_flag; // バトル再開時のフラグ処理 gboolean battle_restart(void); // じゃんけん終了時のフラグ処理 void janken_end(void);