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

Game statistics. More...

#include <book.h>

Public Attributes

unsigned long long n_wins
 
unsigned long long n_draws
 
unsigned long long n_losses
 
unsigned long long n_lines
 

Detailed Description

Game statistics.

struct GameStat

Member Data Documentation

◆ n_draws

unsigned long long GameStats::n_draws

game draw count

◆ n_lines

unsigned long long GameStats::n_lines

unterminated line count

◆ n_losses

unsigned long long GameStats::n_losses

game loss count

◆ n_wins

unsigned long long GameStats::n_wins

game win count


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