From 8c1d31ef16745cee07059788386cd88c718092ac Mon Sep 17 00:00:00 2001 From: lonkaars <loek@pipeframe.xyz> Date: Mon, 6 Jun 2022 18:32:04 +0200 Subject: code organization --- client/ui_start.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 client/ui_start.c (limited to 'client/ui_start.c') diff --git a/client/ui_start.c b/client/ui_start.c new file mode 100644 index 0000000..b656c35 --- /dev/null +++ b/client/ui_start.c @@ -0,0 +1,7 @@ +#include "ui.h" +#include "i18n.h" + +void w2_ui_tab_start(bool first) { + refresh(); + w2_wmvaddstr(g_w2_ui_pad_body, 0, 0, W2_UI_TAB_START_MESSAGE); +} -- cgit v1.2.3