1 2 3 4 5 6 7 8
#pragma once namespace cru::platform::gui { struct DebugFlags { static constexpr int paint = 0; static constexpr int input_method = 0; }; } // namespace cru::platform::gui