MapSize.empty constructor
const
MapSize.empty()
Creates a new MapSize with zero width and height.
Implementation
const MapSize.empty() : width = 0, height = 0;
Creates a new MapSize with zero width and height.
const MapSize.empty() : width = 0, height = 0;