Add screen (event/stack) abstraction
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
void menu_switch(void);
|
||||
int menu_handler(void);
|
||||
#include "screen.h"
|
||||
|
||||
extern struct screen menu_screen;
|
||||
|
||||
Reference in New Issue
Block a user