mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
11 lines
220 B
C
11 lines
220 B
C
#pragma once
|
|
|
|
#include <furi.h>
|
|
|
|
#include <storage/storage.h>
|
|
|
|
#define PLAYLIST_FOLDER EXT_PATH("subghz/playlist")
|
|
#define PLAYLIST_EXT ".txt"
|
|
|
|
int playlist_count_playlist_items(Storage* storage, const char* file_path);
|