mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07: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);
|