[nostalgia/player] Split player application logic into separate files

This commit is contained in:
2021-03-31 00:33:31 -05:00
parent 98272b4da7
commit 134f5593e2
4 changed files with 64 additions and 42 deletions
+1
View File
@@ -1,5 +1,6 @@
add_executable(
nostalgia
app.cpp
main.cpp
)