X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient%2Fworld.h;h=a71f772db401b0d7ea5b5adfd432ac5b97c42308;hb=b6c140e3bd19ede26e3992c03c576515487f0a10;hp=8b49a29e9f717b06d5b294650d2c6bdf3c7da412;hpb=a053b626309d3d9c51caecf35a018b6e1df5ecb5;p=plomrogue diff --git a/src/client/world.h b/src/client/world.h index 8b49a29..a71f772 100644 --- a/src/client/world.h +++ b/src/client/world.h @@ -29,6 +29,7 @@ struct World char * log; /* log of player's activities */ char * path_server_in; /* path of server's input fifo */ char * path_interface_conf; /* path of interface configuration file */ + char * path_commands; /* path of commands config file */ char * player_inventory; /* one-item-per-line string list of owned items */ uint16_t turn; /* world/game turn */ uint16_t player_score; /* player's score*/