Refactor and locking cleanup

This commit is contained in:
Dejvino
2026-02-18 23:51:43 +01:00
parent 07c30d20ef
commit 66c20de208
7 changed files with 769 additions and 567 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef PLAYBACK_THREAD_H
#define PLAYBACK_THREAD_H
void loopPlayback();
#endif