X-Git-Url: https://plomlompom.com/repos/test.html?a=blobdiff_plain;f=src%2Fclient%2Fmisc.h;h=7ca1137b1c2f6b6a0d1c6117c2212161bc6a1b71;hb=bdd8f79ade82ef1a7445580fa61a53fd1a5311db;hp=cd283ed87242cd03a443c3c94f3680763b44c9a5;hpb=dd9d65ee727ac7e95801da0f8b5bae7009811802;p=plomrogue diff --git a/src/client/misc.h b/src/client/misc.h index cd283ed..7ca1137 100644 --- a/src/client/misc.h +++ b/src/client/misc.h @@ -11,7 +11,10 @@ -/* Save / load / unload (free) / reload interface configuration data. */ +/* 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. + */ extern void save_interface_conf(); extern void load_interface_conf(); extern void unload_interface_conf();