3 * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
4 * or any later version. For details on its copyright, license, and warranties,
5 * see the file NOTICE in the root directory of the PlomRogue source package.
13 #include <stdint.h> /* uint16_t */
19 char * cells; /* sequence of bytes encoding map cells */
20 uint16_t length; /* map's edge length, i.e. both height and width */