summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f640bc1..5e7bfa2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,10 +1,16 @@
#include "apple.h"
+#include "video/interface.h"
int main() {
- //VideoInit();
+ TerminalInit();
AppleOn();
+ TerminalPrompt();
+ getch();
+
+ TerminalClose();
+
return 0;
} \ No newline at end of file