2016 ソフトウェア設計及び演習用の班Wiki

16::gr11::interface.h

#ifndef INTERFACE_H
#define INTERFACE_H

#include "commondefs.h"
#include "list.h"
#include <gtk/gtk.h>
#include <stdio.h>
#include <string.h>


void update_both_scores(gtk_app_t* gtk_app, int player, int computer);

void set_color(gtk_app_t* gtk_app, int x, int y, int color);

void turn_around_pieces(gtk_app_t* gtk_app, int x, int y, int color);

#endif


最終更新日:2016/08/02 16:50:48