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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video/interface.h b/src/video/interface.h
index 048aa25..2443b62 100644
--- a/src/video/interface.h
+++ b/src/video/interface.h
@@ -9,6 +9,9 @@
// Common procedure for taking in user input.
byte UserInput();
+// Common way to print processor information.
+void PrintInfo();
+
// Initialization procedure for the terminal
void TerminalInit();