X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Finit.h;h=a906273e613960aa5225c376a566d1c91cf462f4;hb=1a8b80508bc0bc6d9e9d3f8c48a8c7c40675c61f;hp=bc5c76cf1bae1943f57a0228ce15fdf9248bef20;hpb=d12efb0addf420adc045cfb96647dff6241310ee;p=plomrogue diff --git a/src/server/init.h b/src/server/init.h index bc5c76c..a906273 100644 --- a/src/server/init.h +++ b/src/server/init.h @@ -13,6 +13,12 @@ /* Parses command line arguments -v and -s into server configuration. */ extern void obey_argv(int argc, char * argv[]); +/* Set map geometry and, from config files, map object (action) definitions. */ +extern void init_map_and_map_objects_configs(); + +/* Start server in file and out file, latter with server process test string. */ +extern void setup_server_io(); + /* Dissolves old game world if it exists, and generates a new one from "seed". * Unlinks a pre-existing file at world.path_record if called on a world.turn>0, * i.e. if called after iterating through an already established game world.