Extract utils

This commit is contained in:
Andras Schmelczer 2024-11-24 15:46:03 +00:00
parent 295cdf585b
commit bbabeeb3f3
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 200 additions and 0 deletions

View file

@ -0,0 +1,4 @@
pub enum Side {
Left,
Right,
}