Files
IronOS/source/UI/UI.cpp
2023-06-28 22:49:37 +10:00

4 lines
124 B
C++

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