mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
4 lines
124 B
C++
4 lines
124 B
C++
#include "UI.h"
|
|
void ui_render_screen(Screen_t *screen, ScreenContext_t *context) {
|
|
// Basically switch out the handlers
|
|
} |