diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-12 10:29:53 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-12 10:29:53 +1100 |
commit | 79456640c548cff9125a5ba137538642e3c41141 (patch) | |
tree | fbfd474833b644b123e6f1d9dac78fedeceaf9bc /src/video/interface.h | |
parent | 8968f471650d25c9df68347644e0e5c0ecdbda6e (diff) |
added cmd args; changed video implementation
Diffstat (limited to 'src/video/interface.h')
-rw-r--r-- | src/video/interface.h | 1 |
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(); |