MapSize.empty constructor

const MapSize.empty()

Creates a new MapSize with zero width and height.

Implementation

const MapSize.empty() : width = 0, height = 0;