diff options
author | Louie S <louie@example.com> | 2023-06-30 10:57:04 -0700 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-06-30 10:57:04 -0700 |
commit | 33e27b2c2796aa98fb7e48079187b01a2e59d72a (patch) | |
tree | d93fec7bc0e0c84716792217de456137901205f9 /src/main.c | |
parent | 4333cd2b11cc32fe75fa1ef31627c667bcc71327 (diff) |
draw skeleton
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ +#include "draw.h" int main() { + tui_init(); + return 0; } |