Started implementing local music playback

This commit is contained in:
2026-02-13 23:07:01 +10:00
parent ba554dc716
commit 66aa616286
5 changed files with 68 additions and 2 deletions

20
src/localMusicHandler.hpp Normal file
View File

@@ -0,0 +1,20 @@
/*
* OpenSubsonicPlayer
* Goldenkrew3000 2025
* License: GNU General Public License 3.0
*/
#ifndef _LOCALMUSICHANDLER_H
#define _LOCALMUSICHANDLER_H
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
//
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // _LOCALMUSICHANDLER_H