From d7ce046606ce05dd8a37e83fc48667bbe4c20093 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 22 May 2023 15:25:25 +0530 Subject: initial commit --- ui.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ui.h (limited to 'ui.h') diff --git a/ui.h b/ui.h new file mode 100644 index 0000000..3cde7fe --- /dev/null +++ b/ui.h @@ -0,0 +1,10 @@ +#include +#include "util.h" + +int uiinit(const State *state); +void pheader(const char *s); +void pstatus(const char *s); +void genrandstat(const char *head, const char *statstr); +void pui(const char *head, const char stat); +void pstaticstat(const char *head, const char c); +void uicleanup(void); -- cgit v1.2.3