diff --git a/ui/src/api.hxx b/ui/src/api.hxx index a0f62ea..3c6a4f3 100644 --- a/ui/src/api.hxx +++ b/ui/src/api.hxx @@ -19,7 +19,7 @@ struct ByteArray { std::size_t length; }; -enum class Mode: std::uint32_t { +enum class Mode : std::uint32_t { Solid, Shell, Mesh, @@ -47,8 +47,8 @@ struct RedrawArgs { } // namespace ffi using ffi::Mode; -using ffi::ShapeArgs; using ffi::RedrawArgs; +using ffi::ShapeArgs; /// Cast an integer to @c Mode, returning a fallback if the input is out of range. inline static Mode modeFromInt(std::uint32_t mode) {