summaryrefslogtreecommitdiff
path: root/src/video/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/interface.h')
-rw-r--r--src/video/interface.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/video/interface.h b/src/video/interface.h
index 0167037..db9bd54 100644
--- a/src/video/interface.h
+++ b/src/video/interface.h
@@ -1,8 +1,10 @@
// interface.h
// Provides the interface with which all video interactions must occur.
-void VideoInit();
+void TerminalInit();
-void VideoClose();
+void TerminalClose();
-void DisplayCharacter(char In); \ No newline at end of file
+void TerminalInput(char n);
+
+void TerminalPrompt(); \ No newline at end of file