home · contact · privacy
Server: Make map geometry definable in config file.
[plomrogue] / src / server / init.h
index bc5c76cf1bae1943f57a0228ce15fdf9248bef20..0be0dfdf69992c85aca0deed1547fa7184288e94 100644 (file)
@@ -13,6 +13,9 @@
 /* Parses command line arguments -v and -s into server configuration. */
 extern void obey_argv(int argc, char * argv[]);
 
+/* 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.