X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Fmain.h;h=0bd2cd8d860fbadb30c5483515748dfdc172949d;hb=58f0067336c9239750009b3f35d18031bec8f7b5;hp=2ae8133b20537c4ee84ed639b6907c14bbc3ab9e;hpb=e55ff0044903e9af87e24d01a809ce0a0c562633;p=plomrogue diff --git a/src/main.h b/src/main.h index 2ae8133..0bd2cd8 100644 --- a/src/main.h +++ b/src/main.h @@ -45,6 +45,7 @@ struct World struct MonsterDef * monster_def; /* Pointer to the monster definitions. */ struct Monster * monster; /* Pointer to the monsters' data. */ struct Player * player; /* Pointer to the player data. */ + struct CommandDB * cmd_db; /* Pointer to the command database. */ struct Wins wins; /* Pointers to WinMeta, individual Wins.*/ };