My Project
Game Struct Reference

#include <game.h>

Public Attributes

Board initial_board [1]
 
struct { 
 
   short   year 
 
   signed char   month 
 
   signed char   day 
 
   signed char   hour 
 
   signed char   minute 
 
   signed char   second 
 
date 
 
char name [2][32]
 
char move [60]
 
char player
 
unsigned long long hash
 

Member Data Documentation

◆ [struct]

struct { ... } Game::date

◆ day

signed char Game::day

◆ hash

unsigned long long Game::hash

◆ hour

signed char Game::hour

◆ initial_board

Board Game::initial_board[1]

◆ minute

signed char Game::minute

◆ month

signed char Game::month

◆ move

char Game::move[60]

◆ name

char Game::name[2][32]

◆ player

char Game::player

◆ second

signed char Game::second

◆ year

short Game::year

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