Base class for 2D board renderers. More...
#include <Renderers/Renderer2D.hpp>
Public Member Functions | |
virtual void | displayBoard () |
Base class for 2D board renderers.
This base gives an implementation of displayBoard() for 2D boards which will call the displayPiece() function for all cases.
virtual void Renderer2D< Board2DType >::displayBoard | ( | ) | [inline, virtual] |
draw call to display the pieces on 2D board
Implements Renderer< Board2DType >.
Reimplemented in ConsoleChessDisplay.