#pragma once namespace cru::platform::gui { struct DebugFlags { static constexpr int paint = 0; static constexpr int input_method = 0; }; } // namespace cru::platform::gui