blob: 5635d387b68c0c736ebc73a139c1a9c2a0183be2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Generated by hobgoblin.
pub struct Path {
pub points: ::std::vec::Vec<crate::point::Point>,
}
pub struct Point {
pub x: ::core::primitive::i32,
pub y: ::core::primitive::i32,
}
|