home · contact · privacy
Read interface config from one file (which can be set as command line argument)
[plomrogue] / src / client / world.h
index e17ab0960af7725e6d63a36509d652484654e3d9..4e92bb2341ea718e56e40f08e0416cdaa398707d 100644 (file)
@@ -30,12 +30,14 @@ 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;
     uint8_t halfdelay;
     uint8_t player_inventory_select;
     uint8_t player_lifepoints;
+    uint8_t winch; /* if set, SIGWINCH was registered; trigger reset_windows()*/
 };