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