X-Git-Url: https://plomlompom.com/repos/test.html?a=blobdiff_plain;f=src%2Fclient%2Fworld.h;h=fb8ae4d7530b6a4ee02c93958c0ed05210ed393f;hb=fb9b40f0535b28b37b64983240c4b78e74ee9a2c;hp=4e92bb2341ea718e56e40f08e0416cdaa398707d;hpb=e8e8f91cff96eebc1b440df18d9c3ef4ced1ca60;p=plomrogue diff --git a/src/client/world.h b/src/client/world.h index 4e92bb2..fb8ae4d 100644 --- a/src/client/world.h +++ b/src/client/world.h @@ -12,15 +12,13 @@ #include "../common/yx_uint16.h" /* struct yx_uint16 */ #include "keybindings.h" /* stuct KeyBindingDB */ #include "command_db.h" /* struct CommandDB */ -#include "windows.h" /* struct WinMeta */ #include "wincontrol.h" /* WinConfDB */ struct World { - struct WinMeta wmeta; - struct WinConfDB winconf_db; + struct WinConfDB wins; struct CommandDB cmd_db; /* Command database. */ struct KeyBindingDB kb_global; /* Global keybindings. */ struct KeyBindingDB kb_wingeom; /* Window geometry config keybindings. */