From 37e43bbff36dd7f21d0a483eda62509b9bd7aebf Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 27 Oct 2020 22:52:34 +0800 Subject: ... --- include/cru/ui/DebugFlags.hpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/cru/ui/DebugFlags.hpp (limited to 'include/cru/ui/DebugFlags.hpp') diff --git a/include/cru/ui/DebugFlags.hpp b/include/cru/ui/DebugFlags.hpp new file mode 100644 index 00000000..a0003e9d --- /dev/null +++ b/include/cru/ui/DebugFlags.hpp @@ -0,0 +1,6 @@ +#pragma once + +namespace cru::ui::debug_flags { +constexpr bool layout = false; +constexpr bool shortcut = true; +} // namespace cru::ui::debug_flags -- cgit v1.2.3