WIP: Preparing the codebase, nothing important
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
7
lib/src/project.rs
Normal file
7
lib/src/project.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use crate::{region::Region, track::Track};
|
||||
|
||||
pub(crate) struct Project {
|
||||
name: String,
|
||||
tracks: Vec<Track>,
|
||||
regions: Vec<Region>,
|
||||
}
|
||||
Reference in New Issue
Block a user