home · contact · privacy
Read interface config from one file (which can be set as command line argument)
[plomrogue] / src / client / world.h
index 80fae714974463649060b0672f48ddb68630303c..4e92bb2341ea718e56e40f08e0416cdaa398707d 100644 (file)
@@ -30,6 +30,7 @@ struct World
     struct yx_uint16 player_pos;
     char * log;
     char * path_server_in;
+    char * path_interface_conf;
     char * player_inventory;
     uint16_t turn;
     uint16_t score;