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
|
|
} |