PieceAssets typedef

PieceAssets = IMap<PieceKind, AssetImage>

Describes a set of piece assets.

The PieceAssets must be complete with all the pieces for both sides.

Implementation

typedef PieceAssets = IMap<PieceKind, AssetImage>;