X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fmain.h;h=0bd2cd8d860fbadb30c5483515748dfdc172949d;hb=385ac8287af0e5e5b5ab0539b47cda9b8dcbec58;hp=2ae8133b20537c4ee84ed639b6907c14bbc3ab9e;hpb=caf7e50574dc4fb3756a386257863e5b8b42ad98;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.*/ };