21 #ifndef GF_TILE_TYPES_H 22 #define GF_TILE_TYPES_H 27 #ifndef DOXYGEN_SHOULD_SKIP_THIS 51 enum class Flip : uint8_t {
57 #ifndef DOXYGEN_SHOULD_SKIP_THIS 62 #endif // GF_TILE_TYPES_H
TileOrientation
The orientation of the tile.
Definition: TileTypes.h:37
An orthogonal orientation.
The namespace for gf classes.
Definition: Action.h:35
Flip
A flag to indicate how to flip a tile.
Definition: TileTypes.h:51
An isometric orientation.
The tile is flipped vertically.
The tile is flipped anti-diagonally.
The tile is flipped horizontally.