Add SongData struct

This commit is contained in:
2024-01-01 15:08:13 -05:00
parent ddec845eb0
commit a65c7993d5
2 changed files with 17 additions and 0 deletions

View File

@ -1,4 +1,5 @@
pub mod app;
pub mod songdata;
use cfg_if::cfg_if;
cfg_if! {