diff options
Diffstat (limited to 'src/draw.h')
-rw-r--r-- | src/draw.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/draw.h b/src/draw.h new file mode 100644 index 0000000..8a39605 --- /dev/null +++ b/src/draw.h @@ -0,0 +1,10 @@ +#ifndef DRAW_H +#define DRAW_H + +// initialize the tui +void tui_init(); + +// destroy the tui +void tui_end(); + +#endif |