summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/UI/Xaml/Shapes/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys/src/Windows/UI/Xaml/Shapes/mod.rs')
-rw-r--r--vendor/windows-sys/src/Windows/UI/Xaml/Shapes/mod.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/windows-sys/src/Windows/UI/Xaml/Shapes/mod.rs b/vendor/windows-sys/src/Windows/UI/Xaml/Shapes/mod.rs
new file mode 100644
index 000000000..8853f8dcd
--- /dev/null
+++ b/vendor/windows-sys/src/Windows/UI/Xaml/Shapes/mod.rs
@@ -0,0 +1,7 @@
+pub type Ellipse = *mut ::core::ffi::c_void;
+pub type Line = *mut ::core::ffi::c_void;
+pub type Path = *mut ::core::ffi::c_void;
+pub type Polygon = *mut ::core::ffi::c_void;
+pub type Polyline = *mut ::core::ffi::c_void;
+pub type Rectangle = *mut ::core::ffi::c_void;
+pub type Shape = *mut ::core::ffi::c_void;