Framework, stijl en cutting-edge UI

This commit is contained in:
2025-10-17 18:01:57 +02:00
parent eeee5aba7d
commit e958fcdafe
5 changed files with 180 additions and 47 deletions

6
ui.h
View File

@@ -9,7 +9,8 @@
enum ui_color {
UI_RED = 1,
UI_NONE,
UI_RED,
UI_GREEN,
UI_BLUE,
};
@@ -24,5 +25,8 @@ void ui_color_off(enum ui_color);
void ui_char(size_t x, size_t y, char c);
void ui_string(size_t x, size_t y, char *s);
size_t ui_width(void);
size_t ui_height(void);
void ui_refresh(void);
void ui_clear(void);