mirror of
https://github.com/Goldenkrew3000/OSSP_OpenSource.git
synced 2026-02-16 12:15:17 +10:00
Started implementing local music playback
This commit is contained in:
20
src/localMusicHandler.hpp
Normal file
20
src/localMusicHandler.hpp
Normal 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
|
||||
Reference in New Issue
Block a user