Create GlobalState

This commit is contained in:
2024-11-15 18:35:06 -05:00
parent 47fc35814d
commit d42737f856
2 changed files with 51 additions and 0 deletions

View File

@ -5,3 +5,5 @@ cfg_if! {
pub mod audio;
}
}
pub mod state;