X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/add_free?a=blobdiff_plain;f=src%2Fserver%2Fworld.h;h=3bea1f1cf4ce7a9e7084c2f3662515c7df6fbd95;hb=6052be616897d692fc57ab15b56266b4b3f4668b;hp=56a5f282fa8592218846b3540616e3be190f8e67;hpb=b8783b73fc84895bca8bf02b2604c3b1178bc7d3;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.*/