X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Fserver%2Fworld.h;h=3bea1f1cf4ce7a9e7084c2f3662515c7df6fbd95;hb=0255432b4e8d3a7b3aec71c4e43e7fb063c45833;hp=56a5f282fa8592218846b3540616e3be190f8e67;hpb=dd9d65ee727ac7e95801da0f8b5bae7009811802;p=plomrogue diff --git a/src/server/world.h b/src/server/world.h index 56a5f28..3bea1f1 100644 --- a/src/server/world.h +++ b/src/server/world.h @@ -24,6 +24,8 @@ struct World char * path_in; /* Fifo to receive command messages. */ char * path_out; /* File to write the game state as visible to clients.*/ char * path_record; /* Record file from which to read the game history. */ + char * path_map_obj_defs; /* path for map object definitions config file */ + char * path_map_obj_acts; /* path for map object actions config file */ char * tmp_suffix; /* Appended to paths of files for their tmp versions. */ char * queue; /* Stores un-processed messages received via input fifo. */ uint32_t queue_size;/* Length of .queue sequence of \0-terminated strings.*/