diff options
author | toni <matzeton@googlemail.com> | 2016-07-27 12:47:09 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-07-27 12:47:09 +0200 |
commit | c1ba57fd4da5f14ecf583ee5381005f85b2bbed2 (patch) | |
tree | 8c1a782e480ad099814cedb8ff622deaeebda355 /src/ui_nask.h | |
parent | 4424d17b812e1159552d9217cc491e4947d42424 (diff) |
refactoring
Diffstat (limited to 'src/ui_nask.h')
-rw-r--r-- | src/ui_nask.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/ui_nask.h b/src/ui_nask.h index 3d99987..ec8fbaf 100644 --- a/src/ui_nask.h +++ b/src/ui_nask.h @@ -5,13 +5,7 @@ #include "ui_txtwindow.h" -void -show_info_wnd(struct txtwindow *wnd, char *title, char *text, chtype fore, chtype back, bool activate, bool blink); - -void -init_ui_elements(WINDOW *wnd_main, unsigned int max_x, unsigned int max_y); - -void -free_ui_elements(void); +int +do_ui(void); #endif |