1 /* src/server/yx_uint8.h
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.
7 * Struct used for game map representations.
13 #include <stdint.h> /* uint8_t */
17 /* Coordinate for maps of max. 256x256 cells. */