mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-15 08:43:37 +03:00
8 lines
139 B
C
8 lines
139 B
C
#pragma once
|
|
|
|
#include <furi.h>
|
|
|
|
#include <storage/storage.h>
|
|
|
|
int playlist_count_playlist_items(Storage* storage, const char* file_path);
|