splitting things out

This commit is contained in:
2020-02-07 23:07:59 -08:00
parent 59d3fa1dab
commit ee653ade34
6 changed files with 137 additions and 46 deletions

8
terminal.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef KE_TERMINAL_H
#define KE_TERMINAL_H
void setup_terminal();
#endif /* KE_TERMINAL_H */