home · contact · privacy
Client: Save commands config file path in world struct.
[plomrogue] / src / client / world.h
index 8b49a29e9f717b06d5b294650d2c6bdf3c7da412..a71f772db401b0d7ea5b5adfd432ac5b97c42308 100644 (file)
@@ -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*/