This commit is contained in:
Willy-JL
2023-03-06 17:40:02 +00:00
33 changed files with 114 additions and 68 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#include <furi.h>
#include <storage/storage.h>
int playlist_count_playlist_items(Storage* storage, const char* file_path);