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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/video/interface.h b/src/video/interface.h
index 49ac75c..5100032 100644
--- a/src/video/interface.h
+++ b/src/video/interface.h
@@ -1,8 +1,11 @@
// interface.h
// Provides the interface with which all video interactions must occur.
+// Common procedure for taking in user input.
+char UserInput();
+
void TerminalInit();
void TerminalClose();
-void TerminalInput(char n); \ No newline at end of file
+void TerminalInput(char n);