X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=client%2Fconfig%2Fwindows.py;fp=client%2Fconfig%2Fwindows.py;h=676d94c9b864397c95af40d4a11273a1fb4d4fdb;hb=0a56367e8396b2ece4c1bce8a25e93ceabd901c1;hp=86fd4dcc3c3e88373d1c1bc8721a81328318b4e3;hpb=08f8592f1a1e5d340b6c2372551f0a3da28a07d8;p=plomrogue diff --git a/client/config/windows.py b/client/config/windows.py index 86fd4dc..676d94c 100644 --- a/client/config/windows.py +++ b/client/config/windows.py @@ -1,5 +1,11 @@ +# 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. + + from client.windows import win_info, win_log, win_inventory, win_look, win_map + windows_config = [ {"config": [1, 33], "func": win_info, "title": "Info"}, {"config": [-7, 33], "func": win_log, "title": "Log"},