1
0
forked from me/IronOS

Scratching out layout

This commit is contained in:
Ben V. Brown
2023-06-28 22:49:37 +10:00
parent 0a3dfb34ec
commit d9350fdc73
5 changed files with 376 additions and 0 deletions

4
source/UI/UI.cpp Normal file
View File

@@ -0,0 +1,4 @@
#include "UI.h"
void ui_render_screen(Screen_t *screen, ScreenContext_t *context) {
// Basically switch out the handlers
}