From 9ecaf2877f93664497110edf256fbc7825cd30f9 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Fri, 1 Dec 2023 08:21:14 +1100 Subject: stuck at number parsing inf. loop error --- src/video/interface.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/video/interface.h') diff --git a/src/video/interface.h b/src/video/interface.h index 2443b62..dc074b2 100644 --- a/src/video/interface.h +++ b/src/video/interface.h @@ -13,10 +13,10 @@ byte UserInput(); void PrintInfo(); // Initialization procedure for the terminal -void TerminalInit(); +void DisplayInit(); // Exit procedure for the terminal. -void TerminalClose(); +void DisplayClose(); // Deliver an Apple ASCII character to the terminal. -void TerminalInput(byte n); +void DisplayInput(byte n); -- cgit v1.2.3