Working product with sustainable legacies
This commit is contained in:
4
ui.h
4
ui.h
@@ -22,8 +22,8 @@ void ui_end(void);
|
||||
void ui_color_on(enum ui_color);
|
||||
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);
|
||||
void ui_char(unsigned int x, unsigned int y, char c);
|
||||
void ui_string(unsigned int x, unsigned int y, char *s);
|
||||
|
||||
size_t ui_width(void);
|
||||
size_t ui_height(void);
|
||||
|
||||
Reference in New Issue
Block a user