summaryrefslogtreecommitdiff
path: root/src/draw.h
blob: 8a39605f20834531b7b713c23a3de3a61cef218a (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef DRAW_H
#define DRAW_H

// initialize the tui
void tui_init();

// destroy the tui
void tui_end();

#endif