X-Git-Url: https://plomlompom.com/repos/index.html?a=blobdiff_plain;f=src%2Fcommon%2Fmap.h;h=8d454ca7ab1b040464a3f5a0ab7a86c6824697fb;hb=7433f56ec2c6cc51bc497e3c0c67d2fe3e6ab64a;hp=cac29dc8f111686be4eb3e4ed699c8c2e7422eb0;hpb=dd9d65ee727ac7e95801da0f8b5bae7009811802;p=plomrogue diff --git a/src/common/map.h b/src/common/map.h index cac29dc..8d454ca 100644 --- a/src/common/map.h +++ b/src/common/map.h @@ -1,6 +1,6 @@ /* src/common/map.h * - * Struct for the game map. + * Game map. */ #ifndef MAP_H @@ -9,7 +9,6 @@ #include "yx_uint16.h" /* yx_uint16 struct */ - struct Map { struct yx_uint16 size; /* map's height/width in number of cells */