summaryrefslogtreecommitdiff
path: root/src/video/interface.h
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-12-12 10:29:53 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-12-12 10:29:53 +1100
commit79456640c548cff9125a5ba137538642e3c41141 (patch)
treefbfd474833b644b123e6f1d9dac78fedeceaf9bc /src/video/interface.h
parent8968f471650d25c9df68347644e0e5c0ecdbda6e (diff)
added cmd args; changed video implementation
Diffstat (limited to 'src/video/interface.h')
-rw-r--r--src/video/interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video/interface.h b/src/video/interface.h
index 16cc965..4597145 100644
--- a/src/video/interface.h
+++ b/src/video/interface.h
@@ -16,6 +16,5 @@ void DisplayClose();
// Display a character on the screen.
void DisplayInput(byte n);
-
// Print information on the video system.
void PrintInfo();