dumbo
A fun little game engine.
 All Classes
Classes | Public Member Functions | Public Attributes | List of all members
dumbo::tic::Square Struct Reference
Inheritance diagram for dumbo::tic::Square:
dumbo::core::Move

Classes

struct  Hasher
 

Public Member Functions

 Square (uint8_t ii, uint8_t jj, bool mine)
 
void Print (std::ostream &output) const
 
void Load (std::istream &input)
 
bool operator== (const Square &rhs) const
 

Public Attributes

uint8_t row = 0
 
uint8_t col = 0
 
bool my_square = true
 

Additional Inherited Members

Detailed Description

Definition at line 56 of file square.h.


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