X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fmain.h;h=5eec3901a9398610a61234749e62851d7da06e44;hb=435c55c675cad9355a4e82c4d4379267f0c9a9b0;hp=fc9bbc377dbec6f3f8cd41e76a4cee0d444006d2;hpb=ca52663339a9577d85115f3eba83cfa2ccad5145;p=plomrogue diff --git a/src/main.h b/src/main.h index fc9bbc3..5eec390 100644 --- a/src/main.h +++ b/src/main.h @@ -26,6 +26,7 @@ struct World struct KeysWinData * keyswindata; /* Pointer to key edit window metadata. */ uint32_t seed; /* Randomness seed. */ uint32_t turn; /* Current game turn. */ + uint16_t score; /* Player's score. */ char * log; /* Pointer to the game log string. */ struct Map * map; /* Pointer to the game map cells. */ struct ItemDef * item_def; /* Pointer to the item definitions. */