X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=src%2Fclient%2Fmap.h;h=6cef27edf91801864d138797d2935013c073afdb;hb=7433f56ec2c6cc51bc497e3c0c67d2fe3e6ab64a;hp=d104c28a897bbebaa7ece711af1688f64c10ec7a;hpb=91b0bb33921c0990fbd07e15049e48643f26d7b2;p=plomrogue diff --git a/src/client/map.h b/src/client/map.h index d104c28..6cef27e 100644 --- a/src/client/map.h +++ b/src/client/map.h @@ -3,17 +3,8 @@ * Routines for the game map window. */ -#ifndef MAP_H -#define MAP_H - -#include "../common/yx_uint16.h" /* yx_uint16 struct */ - - -struct Map -{ - struct yx_uint16 size; /* map's height/width in number of cells */ - char * cells; /* sequence of bytes encoding map cells */ -}; +#ifndef MAP_H_CLIENT +#define MAP_H_CLIENT