adding the song_editor.rs file
This will eventually hold the logic for the SongEditor.qml file
This commit is contained in:
parent
0d2de5e252
commit
73afb0c9e2
1 changed files with 6 additions and 1 deletions
|
@ -1 +1,6 @@
|
|||
mod song_editor;
|
||||
mod song_editor {
|
||||
pub enum Yes {
|
||||
Yes,
|
||||
No,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue