X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Finterface_conf.h;h=1d1c44ca143447bd9d904c5bf73f102d0db836f7;hb=40ae39a7efa404ba4107b394c358fc7d38e9ec91;hp=937a3d0910961d8bd8ea0fe6a664101c41c80516;hpb=be8c57c7e1de5962913f849b862faae01bead264;p=plomrogue diff --git a/src/client/interface_conf.h b/src/client/interface_conf.h index 937a3d0..1d1c44c 100644 --- a/src/client/interface_conf.h +++ b/src/client/interface_conf.h @@ -1,4 +1,8 @@ /* src/client/interface_conf.h + * + * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 + * or any later version. For details on its copyright, license, and warranties, + * see the file NOTICE in the root directory of the PlomRogue source package. * * Read/unread/write interface configuration file. */ @@ -15,8 +19,7 @@ extern void obey_argv(int argc, char * argv[]); * 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() and re-sets - * world.winDB.v_screen_offset to zero. + * reload_interface_conf() also re-sets world.winDB.v_screen_offset to zero. */ extern void save_interface_conf(); extern void load_interface_conf();