#pragma once namespace Bloom::Widgets { struct PanelState { int size = 0; bool open = false; }; }