Initial commit
This commit is contained in:
commit
673af15cfd
13 changed files with 1927 additions and 0 deletions
7
src/util.rs
Normal file
7
src/util.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#[derive(Default, Debug, Clone)]
|
||||
pub struct Bounds {
|
||||
pub x: i32,
|
||||
pub y: i32,
|
||||
pub width: i32,
|
||||
pub height: i32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue