TB2026-YDS Firmware
Loading...
Searching...
No Matches
playlist_browser.h
Go to the documentation of this file.
1
8#pragma once
9
10#include "screen.h"
11
screen_t * playlist_browser_screen(void)
Get the singleton Playlist Browser screen.
Definition playlist_browser.c:298
Screen interface contract: the vtable every screen implements.
A screen's behaviour, as a table of function pointers.
Definition screen.h:31