X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.h;h=83bdb83d2aa12717e3c857bacaca8e4c15b1da6f;hb=e49cd07e79574ba404a0a8fc867344cc630d7794;hp=b3ffc8968f6c3c4fe1e6e3498be4b3007be7055e;hpb=550d22ec0c3f530f5d317746f3f7e75251a1de4b;p=plomrogue diff --git a/src/main.h b/src/main.h index b3ffc89..83bdb83 100644 --- a/src/main.h +++ b/src/main.h @@ -41,6 +41,7 @@ struct World struct WinMeta * wmeta; /* Pointer to window manager's WinMeta. */ struct WinConf * winconfs; /* Pointer to windows' configurations. */ char * winconf_ids; /* Pointer to string of Winconfs' ids. */ + uint8_t map_object_count; /* Counts loaded/generated map objects. */ };