Initial commit
This commit is contained in:
5
components/ui/include/ui.h
Normal file
5
components/ui/include/ui.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
void ui_init(void);
|
||||
void ui_show_role(const char *role);
|
||||
void ui_show_status(const char *line1, const char *line2, const char *line3, const char *line4, const char *line5, const char *line6);
|
||||
Reference in New Issue
Block a user