|
My Project
|
Header for wthor files. More...
#include <base.h>
Public Attributes | |
| char | century |
| char | year |
| char | month |
| char | day |
| char | board_size |
| char | game_type |
| char | depth |
| char | reserved |
| unsigned short | n |
| unsigned short | game_year |
| int | n_games |
Header for wthor files.
struct WthorHeader
| char WthorHeader::board_size |
board size (8 or 10)
| char WthorHeader::century |
Century.
| char WthorHeader::day |
day
| char WthorHeader::depth |
depth (of theoric score)
| char WthorHeader::game_type |
game type (games or solitaires)
| unsigned short WthorHeader::game_year |
| char WthorHeader::month |
month
| unsigned short WthorHeader::n |
| int WthorHeader::n_games |
| char WthorHeader::reserved |
reserved
| char WthorHeader::year |
Year.