X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fmisc.h;h=01e248804029a9102be50dafebbd84774f051034;hb=fb9b40f0535b28b37b64983240c4b78e74ee9a2c;hp=31e3ee03a3034c1bf0adcf80ad4065829e41c113;hpb=0b7798939c0193fd794985b503737e40d8602313;p=plomrogue diff --git a/src/client/misc.h b/src/client/misc.h index 31e3ee0..01e2488 100644 --- a/src/client/misc.h +++ b/src/client/misc.h @@ -11,9 +11,12 @@ +/* Parses command line argument -i into client configuration. */ +extern void obey_argv(int argc, char * argv[]); + /* Save / load (init) / unload (free/dissolve) / reload interface configuration - * data, world.wmeta.pad (initialized before opening any windows to the height - * of the terminal screen and a width of 1) and window chains. + * data, world.wins.pad (initialized before opening any windows to the height of + * the terminal screen and a width of 1) and window chains. * * Note that reload_interface_conf() also calls map_center(). */