TB2026-YDS Firmware
Loading...
Searching...
No Matches
storage_screen.h
Go to the documentation of this file.
1
10#pragma once
11
12#include "screen.h"
13
Screen interface contract: the vtable every screen implements.
screen_t * storage_screen(void)
Get the singleton Storage screen, ready to push onto the navigator.
Definition storage_screen.c:499
A screen's behaviour, as a table of function pointers.
Definition screen.h:31