HOG2
|
#include <Hexagon.h>
Public Attributes | |
unsigned int | piece: 8 |
unsigned int | location: 8 |
unsigned int HexagonAction::location |
Definition at line 56 of file Hexagon.h.
Referenced by HexagonEnvironment::ApplyAction(), HexagonEnvironment::Flip(), operator==(), HexagonEnvironment::RotateCW(), and HexagonEnvironment::UndoAction().
unsigned int HexagonAction::piece |
Definition at line 55 of file Hexagon.h.
Referenced by HexagonEnvironment::ApplyAction(), HexagonEnvironment::Flip(), operator==(), HexagonEnvironment::RotateCW(), and HexagonEnvironment::UndoAction().