1 2 3 4 5 6
#pragma once namespace cru::ui::debug_flags { constexpr bool layout = false; constexpr bool shortcut = true; } // namespace cru::ui::debug_flags