ソフトウェア設計及び演習用の班Wiki
gr07::battle_cont_lib.h
- #pragma once
- #include <gtk/gtk.h>
- #include "icon_lib.h"
- /* じゃんけんの開始と終了フラグ(0:じゃんけん未実施, 1:じゃんけん実施) */
- int janken_flag;
- /* じゃんけんの手の選択フラグ(0:じゃんけん未実施, 1:じゃんけん実施) */
- int hand_select_flag;
- /* バトル再開時のフラグ処理 */
- gboolean battle_restart(void);
- /* じゃんけん終了時のフラグ処理 */
- void janken_end(void);
最終更新日:2014/02/10 18:34:17