diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-30 13:31:47 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-30 13:31:47 +0200 |
commit | b728a15887fa28cdd98d74017c4882d632d6e069 (patch) | |
tree | 97df03d5b78ab4b48e72f69f75f3cc4307f6a373 /client/ui.h | |
parent | 03862852b128748358dcb39ce50600eef0ba1a71 (diff) |
status bar almost done
Diffstat (limited to 'client/ui.h')
-rw-r--r-- | client/ui.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/ui.h b/client/ui.h index 06a8cea..cac7f46 100644 --- a/client/ui.h +++ b/client/ui.h @@ -1,7 +1,7 @@ #pragma once -#include <stdint.h> #include <ncurses.h> +#include <stdint.h> extern WINDOW *g_w2_ui_win; extern unsigned int g_w2_ui_width; @@ -20,4 +20,3 @@ void w2_ui_main(); void w2_ui_paint_statusbar(); /** draw tab bar */ void w2_ui_paint_tabbar(); - |