My Project
Public Attributes | List of all members
UI Struct Reference

#include <ui.h>

Public Attributes

Play play [2]
 
Book book [1]
 
struct GGSClientggs
 
bool is_same_play
 
int type
 
int mode
 
Event event [1]
 
void(* init )(struct UI *)
 
void(* loop )(struct UI *)
 
void(* free )(struct UI *)
 

Detailed Description

UI structure

Member Data Documentation

◆ book

Book UI::book[1]

Opening book

◆ event

Event UI::event[1]

event

◆ free

void(* UI::free) (struct UI *)

free resources function

◆ ggs

struct GGSClient* UI::ggs

GGS Client

◆ init

void(* UI::init) (struct UI *)

init function

◆ is_same_play

bool UI::is_same_play

true if play[0] == play[1]

◆ loop

void(* UI::loop) (struct UI *)

main loop function

◆ mode

int UI::mode

computer's color mode TODO: remove me

◆ play

Play UI::play[2]

Play Control

◆ type

int UI::type

type of UI


The documentation for this struct was generated from the following file: