aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/DebugFlags.hpp
blob: a0003e9dec3c939c4b47c3a400fe66830378c9c3 (plain)
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