diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-11-30 14:36:15 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-11-30 14:36:15 +1100 |
commit | d0f5e175f713a52d76d102780e0b899f3984c416 (patch) | |
tree | cfb4b030b186bf3dd4a155a78a9b232e4d971139 /src/video/interface.h | |
parent | 401a2171b1fa2bcc077934191cc609208368152e (diff) |
overall progress
Diffstat (limited to 'src/video/interface.h')
-rw-r--r-- | src/video/interface.h | 3 |
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(); |